Question: --- + 1 Q1: Write a Java program that prints all numbers from 1 to 1000, reversed Q2: Write a Java program that prints numbers

--- + 1 Q1: Write a Java program that prints all numbers from 1 to 1000, reversed Q2: Write a Java program that prints numbers from 1 to 100 that are multiples of (3 and 5) or (2 and 6) Q3: Write a Java program that reads a number form the user and prints the factorial of that number Q4: Write a Java program that reads a number from the user and prints the result of 2 to the power that number. For example, if the user entered 3, the output is 243 = 8 Q5: Write a Java program that checks if a 3-digit number is a palindrome or not. Q6. Write a Java program that reads in 3 characters from the user and finds the biggest number. For example: Z is bigger than t. 07: Write a Java program that performs the following: Reads two numbers, both are 2 digit numbers Reverse the first number Checks if the reverse of the first number in equal to the second number o
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
