Coding Arkansas' Future: Computer Science at ASMSA

Page 1

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


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.