Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Dental Assisting

Authors: Doni Bird, Debbie Robinson

13th Edition

978-0323624855, 0323624855

Students also viewed these Programming questions

Question

1 What is marketing communications? 2

Answered: 1 week ago