Learn more in the app.
View in app
splitting String by using split Method - Java Quiz Question
What is the output of the following program?
A
5 1 20
B
5 0 5
C
20 0 5
D
5 0 0
E
Compilation Error