1. Create a program that will determine if an input character is a number, a letter, or a special symbol
1. Create a
special symbol
2. Create a program that will determine if a number is divisible by 3 or 4
3. Create a program that will determine if a number is divisible by 3 and 4
4. Create a program that will ask for the username and password.
USER NAME:
PASSWORD:
Note:
a. Correct username and password combination, display “You entered a valid
username and password combination” and “Access Granted”.
b. Incorrect username and/or password combination, display “Please check your
input”, “Username and/or the password is invalid”, and “Access Denied”.
5. Create a program that will ask three (3) numbers from the user then display the highest
number among these numbers
6. Create a program that will do the following:
Press 1 to ADD
Press 2 to Subtract
Press 3 to Multiply
Press 4 to Divide
Enter Option Here: ___
Enter First Number: ___
Enter Second Number: ___
Output: ___
Note:
A. Dividing with zero is not possible.
B. Pressing other character, display “Invalid Operation”, then end the program.
C. First Number, second number and the output can be a floating value.
D. Round-off the output in 3 decimal places.
E. You may add other possibilities to make the program better
Step by step
Solved in 4 steps with 1 images