public class User5 { public static void main(String[] args) { Charity5 charity = new Charity5("ICF", 100000, 5000); System.out.println(charity); } }