D.Tech Academic
Deep Singh
Pages
Core Java
Web App
Spring
Hibernate
Kotlin
Android
Python
Flutter
Spring Boot
Print Fifth Star in Java
public class Arr { public static void main(String[] args) { int row = 6; int col = 6; for (int i = 0; i < row; i++) { for (int j = row - i; j > 1; j--) { System.out.print(" "); } for (int j = 0; j <= i; j++) { System.out.print("* "); } System.out.println(); } } }
OUTPUT IS :-
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment