Question: using namespace std ; Write C++ code to do the followings: 1-Display the multiples of 3 backward from 33 to 3, inclusive. 2-Display the uppercase
using namespace std ;
Write C++ code to do the followings:
1-Display the multiples of 3 backward from 33 to 3, inclusive.
2-Display the uppercase letters of the alphabet backward from Z to A.
3-Ask the user to enter letters and convert it to uppercase.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
