Modify the pseudocode design that you created in ITP 100 Project – Part 2 to include statements to
prompt the user to enter the class title one class at a time. After the customer has finished entering the
class titles, the system will calculate and print the bill. Hint: use a loop to add the class titles.
Add the statement(s) for the following: If customer add 3 classes, they receive 1 of the three
classes for free.
Save the file as ITP100Project-Part3-LastName.doc. Where LastName is your Last Name.
Submit for a Grade:
Upload the ITP100Project-Part3-LastName.doc file to the Blackboard ITP100_Project_Part3 file
upload area..
m
Grading:
er as
co
The project is worth 10% of your final course grade.
eH w
o.
Module main ( )
rs e
ou urc
Call getId (studentId)
Call getClasses (class)
Call totalBill (class hourWork)
o
End module
aC s
vi y re
Module getId (integer ref. studentId)
Display “Enter the Student ID number:”
ed d
Input studentId
ar stu
End Module
is
Th
Module getClasses ( integer ref. class)
Declare string classTitle
sh
Set class = 0
While continue == “y” or continue == “Y”
Set class = class + 1
Display “Enter class title”
Input classTitle
This study source was downloaded by 100000784424693 from CourseHero.com on 07-11-2021 22:52:56 GMT -05:00
https://www.coursehero.com/file/43328927/ITP100Project-Part3-Nepaldocdocx/