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

This file will check if an Input number is divisible by 7. Also a step to take another input number and check divisibility of first Input number by this number.

This is a simple Java program to read a number and find if it is a prime number. If prime number, this program will print two numbers whose sum is...

Star the repository and give the code in any preferable language to print either of the following pattern: ![Screenshot_2019-10-18 Print Star Pattern in Java Print Triangle of Star in Java...

up for grabs
easy
hactoberfest-accepted

Create a file giving a brief about inheritance in Java.

up for grabs
hactoberfest-accepted

Some Explaination and simple implementation of inheritance in Java with SuperClass and SubClass

Java code to find AmstrongNumber.

I have created a sum program in c++ language.