Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 336 Bytes

File metadata and controls

15 lines (10 loc) · 336 Bytes

randomJavaProject

Some Random Java Project.

Projects Explanation:

GoogleAndriodPrep_1

  • Returns the countries name given country code and vice versa
  • using HashMap datastructure

ReverseString

  • Prints a string reversed

SecondSmallestNumber.java

  • Finds the second smallest number given an Array and prints it