Some C# Code, Fragments, Examples
Up one levelSome examples used in class.
- Array of People — by Dr. William L. Honig — last modified 2014-10-20 06:30 PM
- A first example of a class (People) and using it in an array (so you have many people)
- Comp170 Standard C# Header — by Dr. William L. Honig — last modified 2014-10-20 06:32 PM
- Complete these comments at the start of every program file
- Truth Tables are Helpful — by Dr. William L. Honig — last modified 2014-10-20 06:33 PM
- Learn to use truth tables to understand logic and control flow in your programs