diff --git a/fati/FatiJiya.java b/fati/FatiJiya.java new file mode 100644 index 0000000..2056015 --- /dev/null +++ b/fati/FatiJiya.java @@ -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* *" ); + + } +} + \ No newline at end of file diff --git a/fati/FatiJiya2.java b/fati/FatiJiya2.java new file mode 100644 index 0000000..14f1b3e --- /dev/null +++ b/fati/FatiJiya2.java @@ -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"); + } +} \ No newline at end of file