Skip to content

Why Should a Student Major in Accounting?

Organizations of all shapes and sizes need accountants – small businesses, major corporations, banks, investment firms, and governmental units at the local, state, and federal levels. Do some research and you will find that accounting consistently ranks among the leading careers in America. Accounting is a time-honored profession – most majors at our nation’s colleges and universities don’t lead to immediate entry into a profession – accounting does.  Looking back at my life before teaching, when I was a municipal bond specialist, I learned that my knowledge of accounting gave me an edge over my peers who lacked accounting knowledge in mastering the exams that must be completed to obtain the requisite licenses – accounting is a great major for anyone who seeks a career on Wall Street  or any finance-related career.

CW graduates Jayatri Dutta, Pauline Grandison, Wanda Hernandez, and Elida Loci were awarded prestigious accounting scholarships by The Institute of Management Accountants (IMA).  Click here to view the story.

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'); } }); }); });