/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package andmevahetus2; /** * * @author Opetaja */ public class Proov3 { public static void main(String[] arg){ ArvuKuvaja a=new EkraanilKuvaja(); a.muudaArv(11); } }