In a decision making program if checks the true parts and else the false .
Answers
Answered by
0
if( // Your Condition){
Your Action
} else {
Your Action
}
Similar questions