Explain if...else statement with small example
Answers
Answered by
2
Answer:
meaning of if
1.
(introducing a conditional clause) on the condition or supposition that; in the event that.
Explanation:
Mark like and follow
Answered by
0
Answer:
Explanation:
let Age = 5;
if(Age<=5)
{
print("Very small kid");
}
else
{
print("Now send him school");
}
Similar questions
Political Science,
1 month ago
Math,
1 month ago
Math,
3 months ago
Computer Science,
3 months ago
English,
9 months ago
Biology,
9 months ago