Module 2 Chapter 3

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Q1:

Write the pseudo code for this problem based on what you learned from the video. The purpose
is to design a modular program that asks the user to enter a distance in kilometers and then
converts that distance to miles. The conversion formula is as follows:
Miles = Kilometers x 0.6214

Q2:

Programming Exercise 3-10). A retail company must file a monthly sales tax report listing the
total sales for the month, and the amount of state and county sales tax collected. The state sales
tax rate is 4 percent and the county sales tax rate is 2 percent. Design a modular program that
asks the user to enter the total sales for the month. From this figure, the application should
calculate and display the following:
- The amount of county sales tax
- The amount of states sales tax
- The total sales tax (county plus state)

You might also like