Challenge for java learners to give its output | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Challenge for java learners to give its output

import java.util.*; class challenge { public static void main(String args[]) { Scanner sc=new Scanner(System.in); System.out.print(3+5+"hello"+2+3); } }

17th Dec 2017, 4:45 PM
Ritik
Ritik - avatar
2 Answers
+ 4
8hello23
31st Dec 2017, 11:02 AM
KANSIRAM R.
KANSIRAM R. - avatar
- 1
8hello23 since console does not take input
17th Dec 2017, 7:03 PM
H Chiang