Question: 1. Write a program that will input a double number then print its rounded value (according to its decimal part). capital letter or special character
1. Write a program that will input a double number then print its rounded value (according to its decimal part). capital letter or special character Write a program that ask the user to input one character and print out its ASCII 2. Write a program that will input one character then print if it is small letter or 3. code 4. Write a program that asks the user to enter an ASCII code value, and then prints the character having that ASCII code? 5. Write a program that will ask the user to enter two characters then check which one has higher ASCII value. 6. Write a program that will ask you to input your first name then print it in reverse. For example, nter your name her een Your name in reverse neerehs ress any key to continue . . . 7. Write a program for a simple calculator using switch statement. The program should ask the user to input two floating point numbers in addition to one of the common four mathematical operations (+,-*in between, then print out the result. 8. Write a program that will print out the even numbers in the range 0-100 using for loop. 9. Write a program that print out all odd integers between 7 and 23 (both included) using for loop 10. Write a program that will ask the user to type 10 integers and find the sum of these integers using for loop 11. Write a program that print out all the characters from a' to 'z using for loop. 12. Write a program that ask the user to enter 10 characters. Print out if character a appears within the entered characters or not. Use for loop
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
