Question: in Python please Homework should be submitted as a MS Word document. (Another text editor will work if you don't use MS Word.) The format

 in Python please Homework should be submitted as a MS Word
in Python please

Homework should be submitted as a MS Word document. (Another text editor will work if you don't use MS Word.) The format of the homework should be like this. - Name - Date - Problem 1 Description - code for the program (copy and paste from IDLE) - Output examples. (Use Alt + PrtScn to capture output window on Windows) - Problem 2 Description - code for the program - Output examples. - And so on for all problems You must show two test case values for each program. Mention your logic steps approach for each problem. Question 1: (20 points) Write a program for solving the following equations: R=2x2+x3T=(z2)y2+(2y+1)y2 x and y should be taken as user input. Attach one snapshot for each equation you may input x and y values as integer or float any one is fine. Question 2: ( 20 points) a) Write a program to compute the Greatest common divisor(GCD). Take two integer values as input from the user and calculate the GCD and print the GCD calculated. Also show a case in which no GCD is found. b) Write a program to compute the Least Common Multiple(LCM). Take two integer values as input from the user and calculate the LCM and print the LCM calculated. Also show a case in which no LCM is found

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!