please help why there is error in 2nd line where N&i are integers | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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);

3rd Mar 2018, 5:44 AM
Bahubali
Bahubali - avatar
1 Réponse
+ 13
i don't think any error will come //U can try in code playground , it will work fine 👍
3rd Mar 2018, 5:56 AM
Gaurav Agrawal
Gaurav Agrawal - avatar