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 and
Multiply x y and put the result in a variable called
If is greater than
Take the squareroot of and put in a variable called Zsq
If Zsq is an even number, print "Even Square Root"
Else print "Odd Square Root"
If is less than
Divide z by and put in a variable called Zdiv
If Zdiv is an even number, print "Even Division"
Else print "Odd Division"
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
