Aktualizovat du5/program.c
This commit is contained in:
parent
9d8f5a5cea
commit
2b05c595db
@ -23,10 +23,17 @@ int main()
|
|||||||
}
|
}
|
||||||
else if (p == 'n')
|
else if (p == 'n')
|
||||||
{
|
{
|
||||||
printf("koniec\n");
|
break;
|
||||||
exit(0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
printf("Expert_z_bufetu_to_vie.\n");
|
||||||
|
printf("Pozna 2 druhov ovocia a zeleniny\n");
|
||||||
|
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
|
||||||
|
printf("Je to ovocie alebo zelenina\n");
|
||||||
|
printf("*%s", answer);
|
||||||
|
printf("koniec\n");
|
||||||
|
exit(0);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user