Create a flowchart of the following Pseudocode
Start
If option = A;
display items in stock;
print “Well here’s what we have in stock”; print(“Item\t\tCost\t\tCode”); print(“Candies\t\t14.50\t\t001”); print(“Cooldrinks\t\t17.20\t\t002”); print(“Cokes\t\t10.99\t\t003”);
end if
End
The answer to your question is provided in the image:
Comments
Leave a comment