question: upper case conversion
answer:
question: upper case conversion
answer:
Hey @aarijrab
Add cin.get(); after cin>>t;
Why ?
After we input an integer and then if we use getline it will take \n as input which we gave after inputing integer. So thats why we use cin.get() after input integer which takes’\n’ instead.
If this resolved ur query then please mark it as resolved 
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.