D.Tech Academic
Deep Singh
Pages
Core Java
Web App
Spring
Hibernate
Kotlin
Android
Python
Flutter
Spring Boot
Print Fourth 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 = 0; j if(j==col-1||i+j==col-1||i==row-1){ System.out.print("*"); }else{ 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