If the variable number is not equal to 7, display "The variable number is not equal to 7".
What will be an ideal response?
```
if (number != 7)
{
Console.WriteLine("The variable number is not equal to 7");
}
```
Computer Science & Information Technology
You might also like to view...
Windows Firewall with Advanced Security is a Microsoft Management Console (MMC) ________ that enables you to configure comprehensive firewall rules specifying conditions for external connection to your computer
a. Snap-in b. Property c. Setting d. None of the above
Computer Science & Information Technology
Which of the following is an illegal Windows file name?
a.hello.goodbye.hello.txt b.homework 11-04-17 .docx c.homework:ch_03 .xlsx d.make_my_day.bmp
Computer Science & Information Technology