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

Divisibility #131 Java 8 version of Code that prints all the values divisible by 7 in the range of 1 to 100 in reverse order @ShivangiSingh17 Kindly review functional style...

Add some details about Methods in Java.

Using C language to resolve factorial.

Here is my contribution.

Write a program to calculate the square root of a number without using the Math.sqrt() function of JDK.

Java
up for grabs
hactoberfest-accepted

Given two numbers a and b between 1 and 100, write a program that can print the even elements between a and b. Example: a=4, b= 17 Output: 6 8...

hactoberfest-accepted