hpilo

Chapter5_Arrays_Ex16

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