Skip to content

Commit 87b1f77

Browse files
authored
Update and rename ft.java to FloydTriangle.java
1 parent 810fdd6 commit 87b1f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Others/ft.java renamed to Others/FloydTriangle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.util.Scanner;
22

33

4-
class FloydTriangle {
4+
public class FloydTriangle {
55
public static void main(String[] args) {
66
Scanner sc = new Scanner(System.in);
77
System.out.println("Enter the number of rows which you want in your Floyd Triangle: ");

0 commit comments

Comments
 (0)