Сделал 2 Задание

This commit is contained in:
AZEN-SGG 2024-09-23 16:27:47 +03:00
parent d32450977c
commit 8e7bf70696
5 changed files with 50 additions and 16 deletions

View file

@ -7,6 +7,6 @@ int main(void) {
if (file == NULL) {
return -1;
}
printf("Count of numbers between 1 to 5 is %d", countElements(file));
printf("Count of numbers between 1 to 5 is %lf", countElements(file));
return 0;
}