Question: the program must be in nestes loops, it must not have repeated blocks of code method needed up to loops and file! Instructions: An employee


Instructions: An employee receives a raise on her previous year's salary at the beginning of every year. She wants a C++ program that calculates and displays the amount of her annual raises for the next four years, using rates of 3%,4%, and 5%. The program runs continuously, and it only ends when the user enters zero as the salary. Sample Program Run Programming Assignment \#3 Programming Fundamentals I - Fall 2022 Dallas College Notes: 1. You may only use material covered in this course so far (no recursion, methods, etc.) 2. Programs with syntax errors will not be accepted 3. The program must use nested loops; it must not have repeated blocks of code Grading Criteria: 1. Program/Module Description: 10% 2. Following Course Coding Conventions: 10% 3. Proper use of nested loops: 20% 4. Formatting matches above samples: 20 5. Accuracy of results (output): 20% 5: Loops and Files complete 4: Making Decisions incomplete 3: Expressions and Interactivity complete 2: Introduction to C++ complete 2: Introduction to C++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
