Back to Freecodecamp

Add Decision Logic to Your Code Using if, else, and else if statements in C#

curriculum/challenges/english/blocks/create-and-run-simple-c-sharp-console-applications/647e21ba8acb466c97ccbee6.md

latest1.1 KB
Original Source

--description--

This challenge will be partially completed on the Microsoft Learn platform. Follow these instructions to complete the challenge:

  1. Go to <a href="https://learn.microsoft.com/training/modules/csharp-if-elseif-else/" target="_blank" rel="noreferrer">https://learn.microsoft.com/training/modules/csharp-if-elseif-else/</a> and complete all the tasks for the "Add Decision Logic to Your Code Using if, else, and else if statements in C#" module. This is required to earn the "Create and Run Simple C# Console Applications" trophy on Microsoft Learn, and qualify for the certification exam.
  2. When you are finished, come back and correctly answer the question below.

--assignment--

Complete the <a href="https://learn.microsoft.com/training/modules/csharp-if-elseif-else/" target="_blank" rel="noreferrer">Add Decision Logic to Your Code Using if, else, and else if Statements in C#</a> module on Microsoft Learn. Then, answer the question below.

--questions--

--text--

Which of the choices below is not a valid operator in C#?

--answers--

%%


&&


||

--video-solution--

1