3. 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);
}
Answers
Answered by
1
sorry bro this program will show some errors
k is not initialised!
Similar questions
English,
3 months ago
Social Sciences,
3 months ago
Math,
3 months ago
Social Sciences,
8 months ago
English,
8 months ago
Biology,
1 year ago