Steam Program .time a { background-color: #d65610; color: #fff !important; }
ICC School was established in 2011.
Steam Program ::: ICC School Steam Program
Steam Program
ICC School’s summer STEAM Camp combines immersion in the fields of Science, Technology, Engineering, Arts, and Math with classic summer camp activities for 5-12 year olds. Our STEAM Camp encourages collaborative problem-solving, critical thinking, risk-taking and perseverance through project-based learning. From field trips to summertime carnivals, our campers’ days are filled with fun.
Every day, campers enjoy activities led by the ICC School’s Physical Education teachers on our campus, or in the surrounding parks and playgrounds.
Contact Info
- 222 East 97th Street, New York, NY 10029
- 646-589-3920
- iccschool96@gmail.com
Menu
Other Links
- Apply to ICC School
- Arts at ICC School
- Careers
- Experience School
- Faculty And Staff Directory
- Gallery
- Getting To ICC School
- Head Of School Welcome
- ICC School at a glance
- Mission Vision
- Our History
- Spirituality
- Spring Open House
- Early Education
- Code Of Conduct
- Enrollment Application
- School Structure
- Important Information
- Tution Fees Contract
Copyright © 2020 – All Rights Reserved.
function mark_attendance(attendance_id) { const data = {‘attendance_id’: attendance_id}; let result = ajaxRequest().getJsonByPost(‘https://www.iccschooleast96.org/student/mark-attendance’,data); if(result.status==true){ toastr.success(result.message,’Success!’); setTimeout(function () { location.href=”; },3000); }else{ toastr.error(result.message,’Error!’); } }