Fill This Form To Receive Instant Help

Help in Homework
trustpilot ratings
google ratings


Homework answers / question archive / Implement a voting test

Implement a voting test

Computer Science

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". Ask the user to enter a grade percentage. Convert the grade into a letter grade from A to F using the Undergraduate Grading Scale Links to an external site.. For instance, if the user types 99 then print A. Be sure to account for + and -. 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 ____". 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 random: from random import randint randomNum = randint(0,9).

pur-new-sol

Purchase A New Answer

Custom new solution created by our subject matter experts

GET A QUOTE