Skip to content
Open
Show file tree
Hide file tree
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
22 changes: 22 additions & 0 deletions fati/FatiJiya.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

/**
* Write a description of class FatiJiya here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class FatiJiya
{
public static void main(String[] args)
{
System.out.println("***\n *\n *\n *\n *\n***\n" );


System.out.println("* *\n* * *\n* *\n* * *\n* *\n");


System.out.println("* *\n* * *\n* *\n* * *\n* *" );

}
}

15 changes: 15 additions & 0 deletions fati/FatiJiya2.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

/**
* Write a description of class FatiJiya2 here.
*
* @author (your name)
* @version (a version number or a date)
*/
public class FatiJiya2
{
public static void main(String[] args)
{
System.out.println(" 1 2 3 4\n1 1 2 3 4\n2 2 4 6 16\n3 3 6 9 12\n4 4 8 12 16");
System.out.println("Workdone by:U15/FNS/CSC/091");
}
}