Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a C program that does the following: 1. Ask the user to input an integer. 2. If the integer is less than 100, display
Write a C program that does the following:
1. Ask the user to input an integer.
2. If the integer is less than 100, display a message that says less than 100. If it is greater than or equal to 100, print greater than or equal to 100.
3. Ask the user to input a single character.
4. If the character is lower case, display lower case. If it is upper case, display Upper case.
5. End program
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started