Computer Science, asked by savitamehta962, 1 month ago

String Excersise
computer applications
java

.​

Attachments:

Answers

Answered by santhoshnpanchal8
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