Tech: Artificial Intelligence AI, Blockchain, Augmented Reality, Software, Programming, and more
Thursday, August 27, 2020
if, else if, else
if (x<y)
{
printf("x is less than y\n");
}
else if (x>y)
{
printf("x is greater than y\n");
}
else
{
printf("x is equal to y\n");
}
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)