See More

package src; public class TestingOut { public static void main(String[] args) { Test.sayName(); Test.sayAge(); } }