Question: Type in the data below ext to create a text file, Utilities . t x t , c m in In the same directory as

Type in the data below
ext to create a text file, Utilities .txt,cm in
In the same directory as your .cpp file for Payroll.cpp click Files and Save As 1234
em_in.txt
3510.5
3456
4020.5
0
Add to your Word File
the output file File Open file
the input file
the screen output
the source program
C. Hand in the answers to the following Review Questions.
Why must programs written in a high-level language be translated into machine language before they can be run?
Explain the difference between an object file and an executable file.
What would the following program expressed as English statements display on the screen if it was an actual program?
The variable j starts with the value 10
The variable k starts with the value 2
The variable I starts with the value 4
Store the value of j times k in j
Add j and l, and store the result in k
Display the value of k on the screen
4 Write an algorithm to settle the following questions:
Accept a starting balance (For example : A bank account starts out with $10,000) Accept an Interest rate (For example; 6 percent per year is 0.005 percent per month).
Accept an amount to withdraw every month (For example: Every month, $500 is withdrawn to meet college expenses.)
balance
interestRate make monthly
withdraw
test if never terminate
month =0
loop while balance >0
calculate balance
update month
years
 Type in the data below ext to create a text file,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!