Skip to content

Commit 06842dd

Browse files
programs
1 parent 8fe8965 commit 06842dd

8 files changed

+37
-0
lines changed

evennumbers.java

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
run:
2+
Enter the number to find the FACTORIAL : 5
3+
4+
The FACTORIAL of 5 is : 1BUILD SUCCESSFUL (total time: 4 seconds)

factorial.java

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
run:
2+
Enter the number to find the FACTORIAL : 5
3+
4+
The FACTORIAL of 5 is : 1BUILD SUCCESSFUL (total time: 4 seconds)

fibo.java

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
run:
2+
Enter the number to find the FACTORIAL : 5
3+
4+
The FACTORIAL of 5 is : 1BUILD SUCCESSFUL (total time: 4 seconds)

helloworld.java

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
run:
2+
Enter the number to find the FACTORIAL : 5
3+
4+
The FACTORIAL of 5 is : 1BUILD SUCCESSFUL (total time: 4 seconds)

oddnumbers.java

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
run:
2+
Enter the number to find the FACTORIAL : 5
3+
4+
The FACTORIAL of 5 is : 1BUILD SUCCESSFUL (total time: 4 seconds)

prime.java

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
run:
2+
Enter the number to find the FACTORIAL : 5
3+
4+
The FACTORIAL of 5 is : 1BUILD SUCCESSFUL (total time: 4 seconds)

pyramid.java

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
run:
2+
Enter the number to find the FACTORIAL : 5
3+
4+
The FACTORIAL of 5 is : 1BUILD SUCCESSFUL (total time: 4 seconds)

pyramid_upsidedown.java

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
run:
2+
Enter the height of the pyramid : 6
3+
* * * * * * * * * * *
4+
* * * * * * * * *
5+
* * * * * * *
6+
* * * * *
7+
* * *
8+
*
9+
BUILD SUCCESSFUL (total time: 2 seconds)

0 commit comments

Comments
 (0)