public class User4 { public static void main(String[] args) { Charity4 charity = new Charity4("ICF", 10000, 20000); System.out.println(charity); } }