Computer Science, asked by bhumikabhati28, 7 hours ago

The output of the print statements will be: System.out.println(10); System.out.print(7); System.out.println(" " +'x')
1) 10 7 x
2) 107
x
3) 10
7x ​

Answers

Answered by anshu93687
0

Answer:

the output will be option no

2 ) 107

x

Similar questions