public class RuutvorrandiProov{ public static void main(String[] arg){ Ruutvorrand r=new Ruutvorrand(2, 4, -5); System.out.println(r.f(3)); } }