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

remel19/randomJavaProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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