Intro Week 7

esse quam videri
Jump to: navigation, search

Review Methods

Methods in c# are the same as functions in c++

You should us a method whenever you think you have a section of code that you will want to repeat.

Function increase the reusabilty of your code.

D

Don't

R

Repeat

Y

Yourself


Practice for Midterm

Art history flash cards

Intro To Programming Art Flash Cards

Use the data from the link above to create an art history quiz program. Obviously the console cannot display images but give the user the Artist and title of each piece and ask for the other two for the Year and Nationality.

Sample Output

===ArtQuizinator 9000===

Artist:Vincent Van Gogh
Title:StarryNight
Year? 

http://iam.colum.edu/introtoprogramming/Jeff/SP10/ConsoleApplicationCoins.zip

http://iam.colum.edu/introtoprogramming/Jeff/SP10/ConsoleApplicationArtHistory101.zip