Home » C# Programming » Control Instructions

Which of the following is the incorrect form of Decision Control instruction?

Correct Answer: if (Condition1) {// Some statement} else {// Some statement} else if ( Condition2){//Some statement}

← Previous Question Next Question→

More Questions from Control Instructions

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion