Programming in C# Please help me with my homework

profilejvlieti4440

1. Create an application named TestSquidWrangler that instantiates and displays a SquidWrangler object. The SquidWrangler class must contain fields for a wrangler's name (string), id number (int), and number of squid wrangled (int). Be sure that the contents of the object's fields are output by your application. You can create either a console or GUI app.

2. Create an application named TestNewspaperAd that instantiates and displays a ClassifiedAd object. A ClassifiedAd has fields for number of words and a price. Include get and set properties for the number of words but only a get property for the price--the price should be calculated at nine cents per word. You can create either a console or GUI app.

    • 9 years ago
    • 20
    Answer(2)

    Purchase the answer to view it

    blurred-text
    • attachment
      testsquidwrangler.zip
    • attachment
      testnewspaperad.zip
    • attachment
      squidwrangler_testscreenshot.png
    • attachment
      testnewspaperad_screenshot.png

    Purchase the answer to view it

    blurred-text
    NOT RATED
    • attachment
      c_classes_and_objects.zip
    Bids(0)