Update and rename ft.java to FloydTriangle.java
This commit is contained in:
parent
810fdd6102
commit
87b1f77e56
@ -1,7 +1,7 @@
|
|||||||
import java.util.Scanner;
|
import java.util.Scanner;
|
||||||
|
|
||||||
|
|
||||||
class FloydTriangle {
|
public class FloydTriangle {
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
Scanner sc = new Scanner(System.in);
|
Scanner sc = new Scanner(System.in);
|
||||||
System.out.println("Enter the number of rows which you want in your Floyd Triangle: ");
|
System.out.println("Enter the number of rows which you want in your Floyd Triangle: ");
|
Loading…
Reference in New Issue
Block a user