Posts by Fábio Furtado • 1 point
1 post
-
0
votes2
answers214
viewsA: Trying to understand the Java print
Just put parentheses around the operation and the java will perform the operation instead of cancatenate them. public class testes { public static void main(String[] args){ int a = 3; int b = 4;…