Why loops? 🤔And loops in Java.
Let's say I tell you to print something like this.
*
Then the simplest way to do that would be this
System.out.println("*");
But my friend if I want you to print something like this
*
*
You will definitely do this
System.out.println("*");
System.ou...
blog.iamniraj.com2 min read