Skip to content

Commit

Permalink
java print sample code added
Browse files Browse the repository at this point in the history
  • Loading branch information
mdyasinahmed committed Jul 10, 2023
1 parent addd760 commit 12df4ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file added src/Fundamentals_Concepts/java-output/PRINT.class
Binary file not shown.
5 changes: 5 additions & 0 deletions src/Fundamentals_Concepts/java-output/PRINT.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
public class PRINT{
public static void main(String args[]){
System.out.print("*\n* *\n* * *\n* * * *\n* * * * *");
}
}
3 changes: 3 additions & 0 deletions src/OOPS/PARCONS.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Class Student{
Student();
}

0 comments on commit 12df4ea

Please sign in to comment.