Question
this needs to be written in Pseudo code Kitchen Linoleum Store , Inc. wants a program that will allow its sales clerks to enter the
this needs to be written in Pseudo code
Kitchen Linoleum Store , Inc. wants a program that will allow its sales clerks to enter the total square foot of the tile ordered by a customer and the price of one square foot of tile.
Design an application that will calculate and print the total price of the linoleum before taxes, and then the total price of the carpet after the 6% sales tax is added.
Be sure to use a constant for the sales tax, and set the value of the constant to 0.06.
Write pseudocode for an application program that contains a main() module and a printLinoleumCost() module.
The main() module will input the square foot of the linoleum and the price of onesquare foot of linoleum) and call theprintLinoleumCost() module, passing the correct arguments.
The printLinoleumCost() module that will display the data the user entered, perform the calculations for the total price of the Linoleum before taxes, and the total price of the Linoleum after taxes, and display the results of the calculations
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started