Update 'du4/program.c'
This commit is contained in:
parent
79e03f6a70
commit
b0dae5c55e
@ -40,9 +40,10 @@ int main() {
|
||||
while (*start != '\0') {
|
||||
if (*start != '\n' && (*start < '0' || *start > '9') && *start != '.' && *start != ' ') {
|
||||
valid = 0;
|
||||
break;
|
||||
printf("CHYBA\n");
|
||||
start++;
|
||||
break;
|
||||
}
|
||||
start++;
|
||||
}
|
||||
|
||||
float result=0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user