You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add OneToNPrint class to print numbers from 1 to 10 using while loop
Add a program that:
- Initializes a counter variable
- Uses a `while` loop to print numbers from 1 through 10
- Demonstrates basic loop control and counter incrementation in Java.
0 commit comments