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