Please Help 🥲 I want to print value of a and b in a single println (in java) | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Please Help 🥲 I want to print value of a and b in a single println (in java)

i don't want to add them just print them by using a single System.out.println https://code.sololearn.com/csPy9dya6Lo7/?ref=app

22nd Feb 2022, 2:58 PM
Karan singh
Karan singh - avatar
2 Réponses
+ 2
This should do System.out.println(a+" "+b);
22nd Feb 2022, 3:00 PM
Avinesh
Avinesh - avatar
0
Avinesh thanks 😊
22nd Feb 2022, 3:11 PM
Karan singh
Karan singh - avatar