Skip to content

Commit

Permalink
Update factorial.java
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitasawant authored Jan 7, 2024
1 parent 44d4098 commit decf2dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion factorial.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ public static void main(String[] args){

} System.out.print(f);

// char c='A';

// char c='B';
// for(int i=1;i<=7;i++){
// for(int j=1;j<=7-i;j++){
// System.out.print(" ");
Expand Down

0 comments on commit decf2dd

Please sign in to comment.