Answered step by step
Verified Expert Solution
Question
1 Approved Answer
needs to be solved in python This week's programming assignment includes 4 short programs that you will submit for each of the following: 1. Implement
needs to be solved in python
This week's programming assignment includes 4 short programs that you will submit for each of the following: 1. Implement a voting test. The user enters their age and then the program prints either, "You must be 18 to vote" or "You are of voting age". 2. Ask the user to enter a grade percentage. Convert the grade into a letter grade from A print A. Be sure to account for + and . 3. Write a program that asks for two numbers. If the sum of the numbers is greater than 100, print "They add up to a big number" if it is less than/equal to 100 than print "They add up to 4. Implement a random number guessing game. The computer will pick a number at random from 0-9, the user will be asked to guess the number. Inform the user if they get the answer correct. You will need to include the following in your program to create a variable "randomNum" and set it to a number from 0-9 at randomStep 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