Calculate Profit by User Input - Console Application
Lab #01
-
Description An electronics company sells circuit boards at a 40 percent profit. Write a program that asks the user for the retail price of a circuit board, calculates the amount of profit earned for that product, and displays the results on the screen.
-
Grading Grading Item Scores The program can be compiled without any error messages 10 The program can be run without any error messages 10 The program can prompt the user to enter the retail price on the screen 30 The program can print out correct profit information on the screen 30 Nice comments and proper indentations are used in the program 10
-
Notice • You are required to demo your lab assignment