Advertisement
ZombieFake

Tabelline main

Oct 25th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. public class Main {
  2.    
  3.     public static void main(String arg[])
  4.     {
  5.         Tabelline tab;
  6.         tab = new Tabelline();
  7.         if(tab.controlloInput() == true)
  8.         {
  9.             tab.calcolaTabellina();
  10.         }
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement