Изменение 3

This commit is contained in:
Samecoins 2024-11-19 11:28:16 +04:00
parent f3129160dd
commit eb8cf37470

View File

@ -9,7 +9,7 @@ void odin()
float h = 12.0;
float g = 9.8;
float t = sqrt(2 * h / g);
printf("Предмет падает с высоты %f метв\n", h);
printf("Предмет падает с высоты %f мев\n", h);
printf("Îí êîñí¸òñÿ çåìëè ÷åðåç %f ñåêóíä\n", t);
}