Java-Jet
Java-Jet copied to clipboard
This repository contains simple Java concepts that I learnt during the course:mag_right: :mag_right:
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.
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...
Minor Corrections