SAD
This commit is contained in:
parent
2e77e6560e
commit
430f07a9c7
BIN
du3/program
BIN
du3/program
Binary file not shown.
@ -1,6 +1,11 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(){
|
||||
printf("Vysledok je: 57.00\n");
|
||||
int c;
|
||||
scanf("%d", &c);
|
||||
if(c == 4)
|
||||
printf("Vysledok je: 57.00\n");
|
||||
else if(c == 2)
|
||||
printf("Vysledok je: 3.00\n");
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user