Εντολές Απόφασης (1)
Εντολή Απόφασης if
if (expression) statement1
{else statement2}
if (a <=b) max =b;
else max =a;
? max =(a <=b) ? b : a;
Previous slide
Next slide
Back to first slide
View graphic version