Write a program that reads in a series of lines of input

Assignment Help Computer Engineering
Reference no: EM132154804

Use C language

Write a program that reads in a series of lines of input character by character (using getchar()). The first line of the input contains an integer which specifies the number of remaining lines of input, each of which contains a floating point number.

The integer value on the first line can be read with scanf(), but all of the following lines can only be read with getchar().

Each line after the first contains a single floating point value, with up to three digits before the decimal point, and up to three digits following the decimal point (but there is not necessarily a decimal point in each number; i.e., it may appear to be an integer, but the digits should be read by your program, and the number should be converted to a corresponding floating point number).

For instance, suppose the following input:

5

3.125

20.25

0.875

921.50

31

The required output is:

Each of the input floating point values, printed on a separate line with three digits of precision, using printf();

On the last line of the output, the string "Total:" followed by the sum of the input values, printed with printf() to 3 digits of precision. For example, the total of the sample input given above is 976.750, so the required output for this input would be:

3.125

20.250

0.875

921.500

31.000

Total: 976.750

Do not concern yourself with small differences in the total due to rounding, as the grader will not deduct points for this.

Be sure to include a descriptive message for the user to input the values correctly. You can assume that the user will follow your directions (which should be consistent with the description above), so no exception handling for incorrect input is required. You cannot change the input specifications given above, however.

CONSTRAINTS:

You are not allowed to use arrays on this portion of the lab assignment.

You must use getchar() to read in the floating point values one character at a time (i.e. DO NOT USE scanf()).

-Only use printf() to output the floating point numbers and the total (Do not useputchar()).

Be sure your directions to the user are clear so they are sure to enter the input data correctly.

Reference no: EM132154804

Questions Cloud

Design strategies to improve products : With whom should you consult about design strategies to improve products/services and why would you consult with these individuals or groups?
Which diagrams would need to be revisited and revised : If a use case diagram is modified due to a design omission, which diagrams would need to be revisited and potentially revised?
Write a program that uses a recursive method to check : A palindome is a string that reads the same both forward and backward. For example,the string "madam" is a palindrome.
Create a program that prompts an employee : Create a program that prompts an employee to enter information for Movie or Music in an online store.
Write a program that reads in a series of lines of input : Write a program that reads in a series of lines of input character by character (using getchar()).
Write a program to read 15 values from a data file : This new data file will have two columns, i.e. first column will have the unsorted values and the second coulumn will include the sorted values.
Create a list that have the same values as the pets array : Create a list that have the same values as the pets array (just create: if you want you can display the items - your choice)
Perform a binary search on a sorted array or vector : Write a function (recursive, or not) called search which performs a binary search on a sorted array or vector.
Explain all the nonnegative floating point number : Compare the difference of 4 bits IEEE Std 754-1985 similar floating point number representation and the binary number system.

Reviews

Write a Review

Computer Engineering Questions & Answers

  How might you improve your performance in the case

After a computer forensics investigation, you need to meet with your department or group of fellow investigators and critique the case in an effort to improve your work. define how to make a self-evaluation of your work by answering.

  When do you think operations people should get involved

What should the systems analyst do if management's goals and priorities are in conflict? When do you think operations people should get involved in a project?

  How the products can be used in building the network

Discuss how those products can be used in building the network within an organization with respect to the advantages and disadvantages of each one.

  Draw a barplot of the sample

Draw a barplot of the sample. Calculate the mean, standard deviation and variance of the sample.

  Take any three features of linux and trace them back

Take any 3 features of Linux and trace them back to earlier mainframe operating system. How did spooling help to improve the throughput of operating system.

  Verify eulers formula using series expansion

Use the series expansions for ex. cos(?), and sin(?) given here to verify Euler's formula.

  Describe an efficient filing system to store large word doc

Describe an efficient filing system to store a large number of Word documents on your personal PC.

  Write a function that reads integers from the keyboard

Write a function that reads integers from the keyboard. If any of the numbers are negative, it returns number. If all the numbers are postive, it returns their average.

  Create a proper plot of the experimental temperature change

The energy (Q) associated with a change in temperature (DeltaT) is a function of the mass of the object (m) and the specific heat (Cp).

  Compute and plot the frequency response magnitude

Generate and plot the first 150 points of the impulse response of the IIR filter. Compute and plot its frequency response magnitude and its group delay.

  Describe features of user interface that will be important

Drawing upon the design principles presented in the text, describe the features of the user interface that will be most important to experienced users like Norma.

  What are the disadvantages to database encryption

What are the disadvantages to database encryption? Describe some of the main cloud-specific security threats.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd