A pseudocode to accept the item name , price and quantity from a user and show the item name and its total value
1. start
2. get item title, price, quality
3. set total weight = price * quality
4. print total value, item name
5. stop
Pseudocode is an unnatural and informal language that helps programmers develop algorithms. Pseudocode is a "text-based" detail (algorithmic) configuration tool. The rules of Pseudocode are reasonably clear. All statements showing "dependency" are to be indented.
Pseudocode is an everyday way of programming description that does not require any strict programming language syntax or underlying technology reviews. It is used for making an outline or a rough draft of a program. Pseudocode outlines a program's flow, but bans underlying details.
To learn more about Pseudocode, refer
https://brainly.com/question/24953880
#SPJ9