Question: Write a JavaScript code that performs the following on the string College of Computing and Informatics: Display the character located at index 1 1 .

Write a JavaScript code that performs the following on the string "College of Computing and Informatics":
Display the character located at index 11.
Display the character code for the character at index 9.
Convert the entire string to uppercase and display the result.
The output should be formatted like this:
Character at index 11: C
Character at index 9: 102
Upper Case: COLLEGE OF COMPUTING AND INFORMATICS

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!