Write a pseudocode for a program that prompts the user to enter the cost of an item. The item is 20% off, therefore calc
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write a pseudocode for a program that prompts the user to enter the cost of an item. The item is 20% off, therefore calc
Write a pseudocode for a program thatprompts the user to enter the cost of an item. The item is 20% off,therefore calculate 20% of the cost of the item, and then displaythe reduced price of the item.