Java-Jet
Java-Jet copied to clipboard
This repository contains simple Java concepts that I learnt during the course:mag_right: :mag_right:
Sort
I have added the JavaReverseString class. Please let me know if you want any changes thank you.
Simple java program to reverse a string
example on how to read input in java
Write a Java program to check if a given number is prime or not i.e. a number which is not divisible by any other number other than 1 and itself.
Write a code that prints all the values divisible by 7 in the range of 1 to 100 in reverse order.
Give the code that prints any two numbers as output between 1-100 such that the two numbers when added yield a prime number less than 100. Example: Input: 71 output:(70,1).......
This program will check if an Input number is Prime number.