DerekCresswell / CSC207-Course-Notes

WIP: Course notes for CSC207 at the University of Toronto.
0 stars 0 forks source link

Fizz Buzz Example #3

Open DerekCresswell opened 1 year ago

DerekCresswell commented 1 year ago

Write a small fizz buzz example as our starting point into java. This can likely contain other toy algorithms in the same module.

This should be primarily a quick familiarization of students with how Java looks and acts.