top of page
An example of the party planner program

Event Driven Programming

My first experience with programming was coding event-driven programs in C#

In college, I first learned the ins and outs of programming using a language called C#. ​As part of my assignment, I built a party planner program. This allowed the designer to take an order about what the customer needed for their party. Each option was hard-coded with a price, and worked out how many of each item would be required based on the numbers attending the party and then worked out the cost as part of this. Finally, it could send the receipt to the printer. As part of showing understanding a full user manual and commented code was also produced.​

 

bottom of page