Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

HOMEWORK 1

Due Date:

Assignment: In this homework assignment, you will


create an IPO chart and a flowchart.

Complete the 2 problems and submit the


homework assignment to the drop box
(Homework 1) on angel.

A. Problem 1 (IPO Chart)


I want a program that will ask the user to enter in the amount of the meal, and the
percentage of gratuity to be used to tip the wait staff. To the screen, I want to see the
amount of meal, the amount the tip I should leave, and the grand total I need to leave on
the table.

Complete an IPO Chart for this problem. Use the IPO chart on the second page.

B. Problem 1 (Flowchart only)


In the IPO chart you created above, put the algorithm into a flowchart.

This study source was downloaded by 100000862227279 from CourseHero.com on 05-24-2023 09:28:19 GMT -05:00

https://www.coursehero.com/file/57138839/Homework-Zhemindoc/
Name: Zhemin Wang
Course: CMPSC 121
Due Date: 1/29/2020
Homework Number: 1

A. Problem 1 (IPO Chart)

Input Process Output


Processing Items

100.00 Meal Amount 10.00


10.00 Tip Percentage 110.00

200.00 Tip Amount 20.00


20.00 Total Amount 220.00

150.00 Algorithm 15.0


15.00 165.0
Tip Amount = Meal
Amount * Tip
Percentage / 100.00

Total Amount = Meal


Amount + Tip
Amount

B. Problem 1 (Flowchart only)


For the flowchart, you can use a number of graphing software.
- Visio in the Remote Desktop server (See additional information)
- Drawl.io
- https://webapps.psu.edu/
- http://www.gliffy.com/
- Download and install OpenOffice Draw
o https://www.openoffice.org/product/draw.html
There are others

This study source was downloaded by 100000862227279 from CourseHero.com on 05-24-2023 09:28:19 GMT -05:00

https://www.coursehero.com/file/57138839/Homework-Zhemindoc/
Flowchart START

Input Meal
Amount

Input Tip
Percentage

Tip Amount =
Amount * Tip
Percentage/10
0

Total Amount
= Meal
Amount + Tip
Amount

Display Meal
Amount, Tip
Amount, Total
Amount

END

This study source was downloaded by 100000862227279 from CourseHero.com on 05-24-2023 09:28:19 GMT -05:00

https://www.coursehero.com/file/57138839/Homework-Zhemindoc/
Powered by TCPDF (www.tcpdf.org)

You might also like