1.2 Date Night Quiz

  1. Use the starting code below to answer the questions in the appropriate debugging quiz in Canvas.

    1. It will be beneficial to step through and examine the code sequence initiated by the New date night button.

      Ensure that line numbers are turned on. You can turn on line numbers by following step 3 of the Visual Studio installation instructions.

    2. Enter numbers as numeric values (1, not one)

      Do not enter any line numbers or other commentary

      Remove any breakpoints before proceeding to the next question.

      When asked for a file or class name, only put the class name. For example, if you are asked to press F12 on some code and a tab opens labelled "Dingo.cs" or "Dingo.cs [from metadata]", simply put "Dingo" (without the quotation marks) if they ask what file was opened. The same goes if a file path, such as C:\Users\Admin\Documents\DateNight\Dingo.cs, again simply put Dingo.

    Go to top