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
Biology,
3 months ago
Math,
3 months ago
Math,
3 months ago
Social Sciences,
7 months ago
English,
7 months ago
India Languages,
11 months ago
Biology,
11 months ago