Thursday, August 27, 2020

Condition:

if (x<y)
{
printf("x is less than y\n");
}


No comments:

Post a Comment