+ 6

what is a output

class data types { public static void main(string [] args) { byte b= 100b; System.out.println(b); } }

12th May 2018, 5:43 PM
Shubham goyal
Shubham goyal - avatar
3 Answers
+ 7
compile time error
12th May 2018, 5:44 PM
Shubham goyal
Shubham goyal - avatar
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
12th May 2018, 6:28 PM
Blade Wolfmoon
Blade Wolfmoon - avatar
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)
19th May 2018, 10:42 AM
Julius Nova Chrono
Julius Nova Chrono - avatar