Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 793 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 793 Bytes

coding-practice

you can run any code with testClass and you can change log level to debug to get logs for understanding the flow in deeper level.

I dont own any copyright of coding question. This is for learning purpose only.

Happy Coding.

Coding examples

  1. Caluclate Factorial Trailing zero FactorialTrailingZero.java
  2. Basic FizzBuzz Example FizzBuzz.java
  3. Find the palindrome of the number PalindromeNumber.java