Computer Science, asked by amankumarsingh2625, 9 months ago

Give the output
int x=5,y=2,z;
z=x%y​

Answers

Answered by MRSUMANTH
1

Explanation:

int x=5,y=2,z=?

z=x%y

Z= 5/2 =2.5

Similar questions