Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions code.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ public static void diamond(int n)
//spaces
for(int j=1;j<=(n-i);j++)
{
System.out.println(" hi");
System.out.println("hi");
System.out.println("Welcome to Java!!");
System.out.println("Sector 15");
System.out.println("Bobye to sakht hai, HAA HAI");
System.out.println("Sector_15");
System.out.println("Bobye to sakht hai");
System.out.println("Ballabhgarh");
System.out.print("This is Java Basics Diamond!!");
System.out.println("schugh");
Expand Down