update,
This commit is contained in:
9
_resources/it114105/itp3914/Lab08/Q6eExtra.java
Normal file
9
_resources/it114105/itp3914/Lab08/Q6eExtra.java
Normal file
@@ -0,0 +1,9 @@
|
||||
public class Q6eExtra {
|
||||
public static void main(String[] args) {
|
||||
for(int i = 0 ; i < 5; i++){
|
||||
for(int j = 5; j > 0 + 4 - i; j--)
|
||||
System.out.print(j + " ");
|
||||
System.out.println();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user