🥑 Use else if to specify a new condition to test, if the first condition is false
else if (condition2)
{
// block of code to be executed if the condition1 is false and condition2 is True
}
kauress
by: Kauress
🥑 Use else if to specify a new condition to test, if the first condition is false
else if (condition2)
{
// block of code to be executed if the condition1 is false and condition2 is True
}
Leave a Reply