Skip to content

The College Of Westchester Celebrates its 103rd Commencement

The College of Westchester celebrated its 103rd Commencement Ceremony at Westchester County Center on Thursday, May 30th.  As part of the celebrations, the event included opening remarks by President Mary Beth Del Balzo as well as Keynote Speaker, Thomas A. Kloet, member of the Board of Directors, Nasdaq, Inc. With over four decades involved with The College of Westchester, President Del Balzo congratulated the Class of 2019 as the college celebrated its 104th anniversary, “You have what it takes – don’t let anyone ever discourage you on your path to continued success.  In times of uncertainty, reflect on today’s celebration and all that you’ve achieved.  Remind yourself that not only do you have the education to succeed, but you also have determination, motivation, perseverance and confidence – the attributes that got you here today.”

Commencement also included two student speakers:

Mario Bravo Jr., who earned his Bachelor’s degree in Business Administration.
Brittany Morris who earned her Bachelor’s degree in Healthcare Services Administration

Commencement Photos:

CW Commencement Ceremony 2019

About The College of Westchester

The College of Westchester has been educating students in the tristate area for over 100 years. Located in White Plains, CW is a bachelor degree granting private college. 
For more information call 914-831-0200 or visit www.cw.edu  

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });