Answered step by step
Verified Expert Solution
Question
1 Approved Answer
need help with this, i am new to python so an easy way and if you can add screen shot of it if you did
need help with this, i am new to python so an easy way and if you can add screen shot of it if you did it, i am using python 3
a) Include the following comments: #Name: Your Name #Date: Today's Date b) Write a program that reads two comma separated integers from the console simultaneously. The program should increment the first number by 5 and print its value. The program should squre the second number and print its value as a float. Here is a sample run: Enter two integers: 31,5 5 added to the first number is 36 lfi@?11X1 itillittanr.saa,uoansJ is 25 c) Write a number that reads a value for feet from the console and converts it to inches. 1 foot is 12 inches. Here is a sample run: Enter a value for feet: 3 d) Write a program that prompts a user to enter a three digit number and display the number in reverse order. Here is a sample run: Enter a 3 digit integer: 427 4Step 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