Chapter 3 AProg Ex
Chapter 3 AProg Ex
This assignment assumes that you have read and studied Chapter 3, sections 3.1 – 3.3 in the class textbook
and completed all example exercises. It is also assumed that you have viewed and studied all CLASS
MATERIALS items found in this week’s module.
One of the most thrilling and popular rides at Universal Studios is the Hollywood Rip Ride Rockit. To ensure the
safety of this ride, a rider must be at least 51” in height. Write a program that calculates a rider’s height in
inches when their height in feet and inches is entered. Once the height is calculated in inches, the program
determines if the rider is tall enough to ride and displays an appropriate message.
a. Correct any coding errors and test and Save until output is correct and is exactly the same as
above
2. Open the assignmentTemplate.docx
3. Save As PEC3A_FirstinitialLastname.docx (example PEC3A_JSmith.docx) into your CS101 Assignments
folder
4. Add your first and last name to the top, in the first line of this Word document
5. Do a screenshot of your code and output (be sure both the Editor window and IDLE Shell are completely
visible in your screenshot – cover your entire window – no background showing). The screenshot must
also include the date and time displayed in the bottom right corner of your computer screen.
6. Paste your screenshot directly under your name that you just entered in the
PEC3A_FirstinitialLastname.docx document in Step 4.
7. Save the PEC3A_FirstinitialLastname.docx and upload to this assignment drop area for grading
8. You will also upload one .py file:
• ridejsmith.py
There are 2 file uploads total for this assignment!!
FYI-Pay close attention to the details found in this assignment spec to earn all possible points. Also, remember
to replace “jsmith” with your firstinitiallastname. This is so that I always know whose assignment I’m
grading!!
Line numbers must be displayed in Editor window to earn all assignment points!!
****The assignmentTemplate.docx allows you to paste a full-size screenshot, so DO NOT resize screenshot to
be smaller!!