Dual Enrollment for High School Students

Berkeley City College’s Dual Enrollment Program focuses on providing high school students the opportunity to earn high school and college level credit at no financial cost to them.

Dual enrollment courses are currently available to students at Emery High school, Oakland Tech High School, Skyline High School, Coliseum College Prep Academy, Berkeley High School.

Talk to your high school counselor about enrolling in one of the courses.

var accItem2 = document.getElementsByClassName('accordionItem2'); var accHD = document.getElementsByClassName('accordionItemHeading2'); for (i = 0; i < accHD.length; i++) { accHD[i].addEventListener('click', toggleItem, false); } function toggleItem() { var itemClass = this.parentNode.className; for (i = 0; i < accItem2.length; i++) { accItem2[i].className = 'accordionItem2 close'; } if (itemClass == 'accordionItem2 close') { this.parentNode.className = 'accordionItem2 open'; } }