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

Please review it and let me know :smiley: closes https://github.com/ShivangiSingh17/Java-Jet/issues/68#issue-503842314

Write a code for finding the factorial of a given number.

easy
hactoberfest-accepted

Program to check if two given String is Anagram of each other. Compared two words for anagram by ignoring whitespace, punctuations, colons and apostrophes in Big-O(n) In Digital electronics a...

changed the word "switch" to Switch since it was used as a class name

Provided a declaritve solution for printing even numbers within given two numbers input1 and input2 @ShivangiSingh17 Please review