// 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.
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати
@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
або Дізнайся більше про Тести з C# онлайн
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати