Aktualizovat du3/program.c

This commit is contained in:
Mykola Syniavskyi 2025-03-14 01:10:45 +00:00
parent 9c4ee978e4
commit 84697959d3

View File

@ -53,6 +53,7 @@ int check(char* input) {
}else{resultat=number1/number2;}
break;
default:
return 0;
}
}
if (resultat-givenResult ==0 ) {