import calcpack.*; public class testpack{ public static void main(String args[]){ calculator c =new calculator(); c.add(5,10); c.sub(100,50); } }