Java-Jet icon indicating copy to clipboard operation
Java-Jet copied to clipboard

This repository contains simple Java concepts that I learnt during the course:mag_right: :mag_right:

Results 104 Java-Jet issues
Sort by recently updated
recently updated
newest added

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.

up for grabs
easy
hactoberfest-accepted

Write a code that prints all the values divisible by 7 in the range of 1 to 100 in reverse order.

hactoberfest-accepted

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).......

easy

This program will check if an Input number is Prime number.