fix
This commit is contained in:
parent
49fa3f3857
commit
ffaea1ef93
3
calc.c
3
calc.c
@ -1,5 +1,4 @@
|
||||
#include "stdio.h"
|
||||
#include "math.h"
|
||||
#include "calc.h"
|
||||
int calc(){
|
||||
char pokracovat = 'a';
|
||||
@ -7,7 +6,7 @@ int calc(){
|
||||
double a = 0;
|
||||
double b = 0;
|
||||
char operacia = 0;
|
||||
double vysledok = 0;
|
||||
double vysledok;
|
||||
printf("Zadaj prvé číslo:\n");
|
||||
scanf("%lf", &a);
|
||||
printf("Zadaj druhé číslo:\n");
|
||||
|
Loading…
Reference in New Issue
Block a user