Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I don't know how to start coding You will do 2 things for this assignment: 1. Write an algorithm to solve the problem First, enter
I don't know how to start coding
You will do 2 things for this assignment: 1. Write an algorithm to solve the problem First, enter your name: Sherry 2. Copy/paste the algorithm into comments in python and code the program around them. Make sure to declare and initialize all variables right after der med and focus on spacing in code to make it readable HI, Sherryl Next I am going to ask you for a number and show you all the multiples of that number up to 12 After running the code in the shell take a screenshot of it running What number would you like to see the multiples of Copy paste the algorithm, the Python code, and the screenshot of the code running to a Word doc and save as a PDF Upload the PDF and the actual python program here, 5 is a great number. Below is your s's multiplication table 5xl-5 Problem 5x 2 = 10 Client X needs a program that will print a multiplication table for a number the user inputs (multiplied up to 12), 5x3 = 15 5 X 4 = 20 Rules 5x 5 = 25 Program must use a for loop SX 630 5x7=35 Program must use a single print statement for each line of asterisks with a number 5XB-40 User can type any number they want not just a 5 5x9m 45 You must use variables to store data that is input, and you must first declare and initialize them 5x1050 5 X 11 - 55 You must import and use the math library to do the square root 5.x 12 = 60 Output Dumple (underlined items are user input): Let's do 1 more fun thing!! Type a number to see its square root: 64 WELCOME TO MY MULTIPLICATION TABLE PROGRAM The square root of 64 is 8! Page 1 of 3 333 wordsStep 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