+ 1
I have a problem, when I go to compile the program it says the variable is not initialized.
6 Respuestas
0
Give a value = 0 if number, if type text = " "; to begin
0
What would it be if it is a char variable.
0
= ' ';
0
=null or = '';
0
better you should give the default value of the data types.
byte, short, int and long have default values as 0
float has 0.0f
double had 0.0d
String has null but for your convince you should use "".
0
if you have others inputs, enter all, use enter to another line, after submit