// if-else statement if (condition) { then-statement; } else { else-statement; } // Next statement in the program.
// if statement without an else if (condition) { then-statement; } // Next statement in the program.
Login in to like
Login in to comment
@laor31692, thanks! is now better?
2017 Dec 15, 1:47:14 PM
Question is not clear. Ask about the form (representation) of 'if' statement, not what keywork could be used inside 'if' statement. Cause 'if' statement can contain any other inner expression as a method invokation.
2017 Dec 15, 9:30:22 AM
or Read more about C# Quizzes
Login in to like
Login in to comment