hpilo

Chapter5_Arrays_Ex14

Dec 15th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. /*
  4. =====================================================
  5. chapter 5: Arrays
  6.  
  7. Ex14: diamond matrix
  8. =====================================================
  9. */
  10. public class MyProgram {
  11. public static void main(String[] args) {
  12.  
  13. Scanner s=new Scanner(System.in);
  14.  
  15. }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment