main() {
float x = get_user_input();
x * .08;
return x;
}
Draw the flowchart or pseudocode for an application that allows a user to enter the price of an item and computes 8 percent sales tax on the item.
1 answer
1 answer