Programming 2, Summer 2022
Week 3: Notes

This week we expanded our knowledge of C#: we learned about more integer types, numeric conversions, floating-point numbers, the 'do' statement, the conditional operator (?:), the 'switch' statement, and multidimensional arrays. You can read about these topics in chapters 2-4 of Essential C#.