Question: Instructions Ask the user to Input two numbers ( x and y ) Multiply x , y and put the result in a variable called

Instructions
Ask the user to Input two numbers (x and y)
Multiply x, y and put the result in a variable called z
If z is greater than 50
Take the square-root of z and put in a variable called Zsq
If Zsq is an even number, print "Even Square Root"
Else print "Odd Square Root"
If z is less than 50
Divide z by 2 and put in a variable called Zdiv
If Zdiv is an even number, print "Even Division"
Else print "Odd Division"
Instructions Ask the user to Input two numbers (

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 Programming Questions!