Given the  code: string s; cout << "Enter a string of any length: "; cin >> s; Write a loop to convert all lower case characters in the string s to uppercase characters using indexes. Print the modified string s after the loop. Note that s can be a string of any length. Example Output 1 Enter a string of any length: Hello HELLO Example Output 2 Enter a string of any length: Goodbye GOODBYE

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 12RQ
icon
Related questions
Question

Given the  code:
string s;
cout << "Enter a string of any length: ";
cin >> s;

Write a loop to convert all lower case characters in the string s to uppercase characters using indexes.
Print the modified string s after the loop.
Note that s can be a string of any length.

Example Output 1
Enter a string of any length: Hello
HELLO


Example Output 2
Enter a string of any length: Goodbye
GOODBYE

Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
File Input and Output Operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT