hpilo

Chapter5_Arrays_Ex15

Dec 15th, 2018
105
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. Ex15: folded matrix
  8. =====================================================
  9. */
  10.  
  11. public class MyProgram {
  12. public static void main(String[] args) {
  13. Scanner s=new Scanner(System.in);
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment