Guest User

Untitled

a guest
Dec 18th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public class C1E4 {
  2.  
  3. public static void main(String[] args) {
  4.  
  5. System.out.println("a a^2 a^3");
  6. System.out.println("1 1 1");
  7. System.out.println("2 4 8");
  8. System.out.println("3 9 27");
  9. System.out.println("4 16 64");
  10.  
  11. }
  12. }
Add Comment
Please, Sign In to add comment