String Excersise
computer applications
java
.
Attachments:
Answers
Answered by
0
Answer:
The output of the following statement, when executed:
System.out.println("COMPUTER".charAt(4)); is U
The output of the statement, when executed:
System.out.println("Object Oriented".length()); is 15
Similar questions