Computer Science, asked by cpraveenaz, 10 months ago

Suppose a,b,c are integer variables a=3,b=3,c= -5 and X,Y,Z are floating point variables where X=8.8y=3.5,z=5.2 determine the values of the following expressions a =a%c, b =a*b/c, c =(a*c)%b, d =x/y, e=x/(x+y), f=int(x)%int(y).

Answers

Answered by s1536viibpawankumar1
0

Answer:

Suppose a,b,c are integer variables a=3,b=3,c= -5 and X,Y,Z are floating point variables where X=8.8y=3.5,z=5.2 determine the values of the following expressions a =a%c, b =a*b/c, c =(a*c)%b, d =x/y, e=x/(x+y), f=int(x)%int(y).

Similar questions