Answered step by step
Verified Expert Solution
Question
1 Approved Answer
ICS 3 C - 3 U Python Assignment # 2 Due Date: Selection and Repetition Each program must be named correctly. Each must have a
ICSCU
Python Assignment #
Due Date:
Selection and Repetition
Each program must be named correctly. Each must have a "header" comment at the start. Header should include your name and the purpose of the program.
CHOOSE ANY THREE OF THESE SIX QUESTIONS
QUESTION name: PASmallMediumLarge
Create a program that asks the user for three numbers which could be decimal values and decide which number is larger, which is smallest, and which is in the middle. Display the numbers in order. Have your program repeat this process times.
QUESTION name: PACounting
Create a program that asks the user for a start value, and end value and a counting value. Then display all the numbers from "start" to "end" by increases of the counting value. Warn the user if the start value is more than the end value, and reask the user.
Extra: Instead of reasking the user for a correction when the start value is more than the end value, just have the program display the numbers counting downwards.
QUESTION name: PAReportCard
Create a program which asks the user for grades numbers from this semester. Count how many credits the user achieved. Display a message for how many credits are achieved. Also calculate the average of the four grades, and display the average rounded off to decimal place. For an average of or more, also display a message such as "You receive an Honour Roll award for an average of more than Congratulations!"
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started