the greatest in 3 numbers
So I can use
if (a>=b && a>=c)
{
pf( a is big)
{
else if ( b>=a && b>= c)
{
pf (b is big)
}
else
{
pf(c is big)
}
So can I use *if* instead of else if?
Pf means
printf
Ok ok
Yes you can use I guess
Any difference?
You can but
Else if is correct but don't know how to explain
Обсуждают сегодня