PSEUDOCODE FOR CALCULATING TOTAL PRICE

May 13, 2017 at 4:55am
Hi friends?
i would like to know how to write Pseudo code for calculating total price of 10 items and how to display that total.
May 13, 2017 at 6:49am
Example of Pseudocode

Display “How many hours did you work?”.
Input hours.
Display “How much do you get paid per hour?”.
Input rate.
Store the value of hours times rate in the pay variable.
Display the value in the pay variable.
Topic archived. No new replies allowed.