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); } }
2 Answers
+ 4
8hello23
- 1
8hello23
since console does not take input