Question: Compute: answer =ij and round answer down to the nearest whole number. Click here for example import math i= float (input ()) j= float (input())
Compute: answer =ij and round answer down to the nearest whole number. Click here for example import math i= float (input ()) j= float (input()) answer = i - math. sqrt ( i) 8 print(answer)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
