package Adpator;


interface NumArthematic{
    public  void addnum();
    public void subNum();
}
