Question: Get a sentence from the user using getline. Convert all lowercase characters to uppercase characters. Output the converted sentence. #include #include using namespace std; int
Get a sentence from the user using getline.
Convert all lowercase characters to uppercase characters.
Output the converted sentence.
#include
using namespace std;
int main() {
//your solution goes here return 0; }
PLEASE DO IT CORRECTLY.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
