+ 5
Can't we do the calculation in "byte"? (How to get the answer in byte??)
byte a=10; byte b=5; byte c=a+b; System.out.print (c); Here...... the output is "ERROR"
2 odpowiedzi
+ 4
thank you guys😊
byte a=10; byte b=5; byte c=a+b; System.out.print (c); Here...... the output is "ERROR"