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");
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment