PSEUDOCODE FOR CALCULATING TOTAL PRICE

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.
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.