+ 1
Pls can someone tell me why my coding is not correct... It is giving me a "compilation error"what does that mean???
Java
9 Respuestas
+ 6
You used "maths" class which is not defined. At many places, you put blank spaces in variable names and function names, which should not be done.
+ 6
1) There's no need of a special class for basic arithmetic. Just use the +,-,*,/ operators.
2) Remove all white spaces in variable and function names.
+ 1
kk thanks for sparing your tym
+ 1
yes how can I make it proper...i was trying to create a calculator but I don't know how to number it at the row
+ 1
how do I do the formatting tingy
0
Your code is hard to read without any formating.
0
so what can I do krishna
0
k thanks I hope I get that
0
I do not understand what are d white spaces and what is the special class