Recent Articles
Happy Number
Definition of happy number: A happy number is defined by the following process. Starting with any positive integer, replace the number by the sum of the squares of its digits, and repeat the process until the number […]
How to print Blank Reverse Triangle in java?
Now by the same way, same movement, same little additional logic, same bla bla bla we can make another Blank Reverse triangle. Ha ha ha, it’s boring right? I think […]
How to print Reverse Triangle in java?
Today I am going to show you how to print a Reverse Triangle in java. If you understand the Triangle’s code it will be also easy to write the Reverse […]