In C have the user enter their beginning principal balance (must be a float greater than zero). If not a float greater than zero, have the user enter again. (Use a do-while loop) Have the user enter their desired annual interest rate (must be a float greater than zero and less than 15%). If not a float greater than zero and less than 15%, have the user enter again. (Hint: Use a do-while loop) Have the user enter their desired number of quarters (must be an integer greater than zero or less than or equal to 44). If not an integer greater than zero and less than or equal to 44, have the user enter again. (Hint: Use a do- while loop) Display all of the information entered in steps 1-6 as seen in the display window below.. Ask the user if all of the values are correct. If yes, proceed with step 9. If no, return to step 1. (Hint: Use a do-while loop) For each quarter, calculate and display the beginning principal balance, the interest earned, and the final principal balance for the quarter using a for loop. Format the output to appear as U.S. currency with dollar sign and two digits to the right of the decimal. For example: The user entered 1000.00 for the beginning principal balance, 5.25 for the interest rate, and 8 for the number of quarters. Ask the user if another interest calculation is requires and to enter the character Y for yes. If Y is entered then restart the code from step 1, anything other than Y then exit. Test your program with the input in the window bellow to see if the output is correct. The output from this part of the program should be similar to the following if all of the data is entered correctly the first time:

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

In C have the user enter their beginning principal balance (must be a float greater than zero).
If not a float greater than zero, have the user enter again. (Use a do-while loop)
Have the user enter their desired annual interest rate (must be a float greater than zero and less than 15%).
If not a float greater than zero and less than 15%, have the user enter again. (Hint: Use a do-while loop)
Have the user enter their desired number of quarters (must be an integer greater than zero or less than or
equal to 44).
If not an integer greater than zero and less than or equal to 44, have the user enter again. (Hint: Use a do-
while loop)
Display all of the information entered in steps 1-6 as seen in the display window below..
Ask the user if all of the values are correct. If yes, proceed with step 9. If no, return to step 1. (Hint: Use a
do-while loop)
For each quarter, calculate and display the beginning principal balance, the interest earned, and the final
principal balance for the quarter using a for loop. Format the output to appear as U.S. currency with dollar
sign and two digits to the right of the decimal. For example: The user entered 1000.00 for the beginning
principal balance, 5.25 for the interest rate, and 8 for the number of quarters.
Ask the user if another interest calculation is requires and to enter the character Y for yes. If Y is entered then
restart the code from step 1, anything other than Y then exit.
Test your program with the input in the window bellow to see if the output is correct.
The output from this part of the program should be similar to the following if all of the data is entered
correctly the first time:

Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Datatypes
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education