This commit is contained in:
Peter Sabol 2022-03-31 10:07:17 +02:00
parent a0efe44b76
commit f3b49f8e4c
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -9,8 +9,9 @@
int main(){
int i,j;
double number1, number2, summary, rsum, msum;
double number1, number2, summary,msum;
char operand, equ;
float rsum=0;
/* char input[1000];
char num_str[30] = {0};
float numbers[3];