+ 1
please help why there is error in 2nd line where N&i are integers
System.out.printf("%d x %d = %d%n", N, i, N*i); System.out.println(N+"x"=N*i);
1 Respuesta
+ 13
i don't think any error will come
//U can try in code playground , it will work fine 👍