0
6 ответов
+ 6
Your code have 4-5 mistakes
float f=kkr.nextFloat(); see all this statements u forget to use round bracket
And again check your conditions what u wrote.
+ 5
float a=2311;
float b=1530;
float c=1234;
float d=5678;
These Value 2311 ,1530... are double value and u assigned double Value to float variable a,b,c,d, if you will compare double with float Values' than float will loose some precision so it would be better if u will use double data type instead of float
+ 1
Can u explain more
0
The program is not executing and showing it has many type of errors
0
Condition mistake can you explain more briefly
0
I'm not able to get up with the string