Advertisement
yanivtamari

targil square main

Jun 12th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. public class Main {
  2.  
  3.     public static void main(String[] args) {
  4.         square s1 = new square(3, 3);
  5.         System.out.println(s1.scope());
  6.         System.out.println(s1.area());
  7.         s1.printstars();
  8.         s1.printuserch('?');
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement