What is the output???
float a =10.0;
float b = 2.5;
float c = a/b;
System.out.println(c);
Reveal answer
Fill a bubble to check yourself
What is the output???
float a =10.0;
float b = 2.5;
float c = a/b;
System.out.println(c);