Advertisement
Richard_Sekol

project1

Sep 18th, 2014
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. public class project {
  2. public static void main(String[] args)
  3. {
  4. //for ease of use tv size is 32 in.
  5. System.out.println("for a 32in. TV...");
  6. System.out.println("the horizontal is 15.48in.");
  7. System.out.println("the vertical is 27.52 in.");
  8. }
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement