Description: This document is a tutorial in a series of ...

The source code in fig 2-2 is a GUI Fibonacci number generator written in C#. Type in or copy the source code and save it in a .cs file. Compile the source code using the command line compiler. Hint: The line that you would use to compile this application is as follows. c:\>csc /Target:winexe Tribbles.cs . Run the new executable. ................
................