Συνδεδεμένες if-else :
if ( i == 1 )
printf(“The value of i is 1\n”);
else
if ( i == 2 )
printf(“The value of i is 2\n”);
else
if ( i == 3 )
printf(“The value of i is 3\n”);
else
if ( i < 1 )
printf(“The value of i is less than 1\n”);
else
printf(“The value of i is greater than 3\n”);
Προηγούμενη διαφάνεια
Επόμενη διαφάνεια
Μετάβαση στην πρώτη διαφάνεια
Προβολή έκδοσης γραφικών