+ 6
what is a output
class data types { public static void main(string [] args) { byte b= 100b; System.out.println(b); } }
3 Respuestas
+ 7
compile time error
0
You cannot have spaces in variable names, class names etc. (data types -> DataTypes) also get rid of b on the left side of 100. (100b; -> 100;) If done correctly, will result in output: 100
0
out is a the is the text we get after giving something (input)
or the thing we get after giving a input (the thing a subject gives)