i. int b=3,k,r ;
float a=15.15,c=0;
if(k==1)
{
r=(int)a/b ;
System.out.println(r) ;
}
else
{
c=a/b;
System.out.println(c) ;
Page 1 of 2
}
Answers
Answered by
0
Answer:
I am not sure
Explanation:
i am trying my best
Similar questions