public class FuturePlanning { public static Student you=new Student(); public static void main(String[] args) { if(you.hasSkill(Skill.PROGRAMMING)==false) { you.apply(School.ASMSA,"acceptCallback"); } else { you.apply(School.ASMSA,"acceptCallback"); } }
}
Arkansas School for Mathematics, Sciences and the Arts
public static void acceptCallback() { you.enroll(Class.COMPUTER_PROGRAMMING_1); }
Coding Arkansas’ Future Computer Science at ASMSA