Login|Contact Us
Question and Answer

Programming

Ask a Programming Question, Get an Answer ASAP!

  • Ask A Question
  • Browse Answers
  • Meet The Experts
  • How JustAnswer Works

Have another C+ program problem. Getting a better handle on

 
ATLPROG's Avatar
  • Answered by:ATLPROG
  • Computer Software Engineer
  • Positive Feedback: 99.8 %
  • Accepted Answers: 7351
Verified Expert
in Programming

Recent Feedback

Positive
nice
Positive
ATL Prog is the man! Great support.
Positive
A++++++ with JAVA again!! Thanks for the great help and service!
Positive
Very helpful yet again
Positive
This is just what I needed and ATLPROG completed it quickly.
Positive
Very fast, excellent and the best in this field. Recommended!
Positive
So Smart and have Great Knowledge
Positive
Thanks man. Compared to what I had coded up, I started out good, but then took...
Positive
I cant afford much more than I have already paid, but let me know if you want...
Positive
Thanks again and again

Customer Question

Have another C+ program problem. Getting a better handle on it but the code just isnt working. Would love to get an answer to this one too!

PRACTICE PROGRAMMING PROBLEM #3
Write a C program that calculates and prints the average and total of several employee salaries entered by the user. The program should first prompt and edit the user to enter the number of salaries to process(edit so at least two salaries must be entered). It should then prompt the user for each salary. As each salary is entered, the program should ensure that the salary entered is in fact "positive" (i.e., greater than zero). If the salary is not positive, an error message should be displayed (as shown below), and the user should be re-prompted for a positive salary. Once all salaries are entered, the program should calculate and print the average and total of all of the positive salaries entered.
The dialog with the user is sampled below (you can change the introductory greeting to say anything you want):
Welcome to the Sears Employee Calculator Program.
This program calculates the average and total of as many employee salaries as you wish to enter.
First, enter the number of salaries to process: 4
Now enter the 4 salaries to be averaged.
Enter salary #1: 10000
Enter salary #2: 8000
Enter salary #3: -20000
*** Invalid entry. Salary must be positive. ***
Enter salary #3: 25000
Enter salary #4: -3333
*** Invalid entry. Salary must be positive. ***
Enter salary #4: 52000
The Average of the 4 salaries entered is: $ 23750.00
The Total of the 4 salaries entered is: $ 95000.00
A user-friendly message of your choosing should precede the dialog and explain the program(you should change the first sentence). I would like you to line up the total and average by the decimal points.
We know that there are limitations to the size of float variables, so be careful not use salaries that exceed those limits as you test your program.
Hints:
* This program requires variables of type int and type float.
* Use printf and scanf statements to first prompt the user for the number of salaries to be processed.
* This program requires at least 3 loop structures (for, while or do – use your judgment).
* A loop requires some a printf and scanf statement to prompt user for a salary.
* A loop also requires selection structures (if, or if else) statement to check for negative salary and entry numbers.
* The selection structures require printf statements to output error messages.
* A loop requires a calculation to keep track of the sum of salaries entered (accumulator).
* Once all salaries are entered (after the end of the loop), this program requires a calculation to determine average, and then a printf statement to display the average.
* To line up the decimal places – you can use a format specifier like: % 12.2f

 

Optional Information:
Computer OS: Windows XP
Browser: Firefox
Programming Language: C+
Compiler: C Free 5.0

Already Tried:
if this can be sent expert ATLProg that would be great. attached a word document at: http://wikisend.com/download/542822/C+ Practice Program 3.docx

Submitted: 662 days and 12 hours ago.
Category: Programming
Value: $23
Status: CLOSED

Accepted Answer

Picture
Expert:  ATLPROG replied 662 days and 12 hours ago.


ATLPROG :

Hi,I will provide an answer for this one too soon

ATLPROG :

Just like your previous question can you please upload the assignment in word doc

Customer :

here it is.....been working...................http://wikisend.com/download/542822/C+ Practice Program 3.docx

ATLPROG :

I am done with the second program too, let me know when you are online and i would post the solution

Customer :

back on

ATLPROG :

ok posting the solution

ATLPROG :

Answer Link

Customer :

ok, let me download it

ATLPROG :

ok

Customer :

was the same file as the first on

Customer :

one

ATLPROG :

no its different

Customer :

weird...let me try the link again

ATLPROG :

Sorry infact it is

ATLPROG :

uploaded the wrong file

ATLPROG :

Let me post again

Customer :

no problem....my brain is toast too!

ATLPROG :

Answer Link

Customer :

fantastic....wish I could figure all this out.

Customer :

I know who to submit question to from now on

ATLPROG :

:)

ATLPROG :

Glad i am able to help you

Customer :

accepting and tipping...thanks so much

Expert TypeComputer Software Engineer
Category: Programming
Pos. Feedback: 99.8 %
Accepts: 7351
Answered: 7/3/2011

Experience: MS in IT.Several years of programming experience in Java C++ C C# Python VB Javascript HTML

Ask this Expert a Question >
 
Tweet

4 Programmers are Online Right Now

Ask Your Question Now
Programming Questions Date Submitted
I need a program in visual basic 2010 that does the following:1. 4/17/2013
RA-JPM 4/17/2013
RA-hg 4/17/2013
Hi need help with a specific 102 programming assignment. 4/16/2013
I have a very serious issue with Magento coupon system which 4/16/2013
Programming Challenge 4/16/2013
RA-ke 4/16/2013
1. (TCO 9) Menu-driven programs should be broken down into 4/15/2013
I need an app builder to build an app OKPR415211 4/15/2013
will tip extra if finished fast - programming assignment 4/14/2013
RSS
Next 10 >
Ask A Programmer
Type Your Programming Question Here...
characters left:

Top Programming Experts

See More Programmers

In The News

Nbc
Washington Post
New York Times
Cnn
Learn More

How It Works

  • Ask an Expert
  • Get a Professional Answer
  • Ask Followup Questions
  • 100% Satisfaction Guarantee
Learn More
close
Find Expert answers related to your question.
Sign up using email
We will never post anything without your permission.
Already have an account? Sign in

Ask a Programmer

Get a Professional Answer. 100% Satisfaction Guaranteed.
77 Programmers are Online Now
Type Your Programming Question Here...
characters left:
Disclaimer: Information in questions, answers, and other posts on this site ("Posts") comes from individual users, not JustAnswer; JustAnswer is not responsible for Posts. Posts are for general information, are not intended to substitute for informed professional advice (medical, legal, veterinary, financial, etc.), or to establish a professional-client relationship. The site and services are provided "as is" with no warranty or representations by JustAnswer regarding the qualifications of Experts. To see what credentials have been verified by a third-party service, please click on the "Verified" symbol in some Experts' profiles. JustAnswer is not intended or designed for EMERGENCY questions which should be directed immediately by telephone or in-person to qualified professionals.
Truste
Contact Us | Terms of Service | Privacy & Security | About Us | Our Network
© 2003-2013 JustAnswer LLC
  • Pearl.com
  • JustAnswer UK
  • JustAnswer Germany
  • JustAnswer Spanish
  • JustAnswer Japan