Java-Jet
Java-Jet copied to clipboard
This repository contains simple Java concepts that I learnt during the course:mag_right: :mag_right:
fixes #71
Please review it and let me know :smiley: closes https://github.com/ShivangiSingh17/Java-Jet/issues/68#issue-503842314
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