Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- import java.util.Scanner;
- /*
- =====================================================
- chapter 5: Arrays
- Ex14: diamond matrix
- =====================================================
- */
- public class MyProgram {
- public static void main(String[] args) {
- Scanner s=new Scanner(System.in);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment