Skip to content

Commit 7ea3b5e

Browse files
authored
Update myprog.js
1 parent d12f98a commit 7ea3b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myprog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ function sumNumbers(a, b) {
22
return a + b;
33
}
44

5-
console.log("Вітаю! Ця програма обчислює суму двох чисел.");
5+
console.log("Вітаю! Ця програма обчислює суму або двох чисел.");
66

77
const number1 = parseFloat(prompt("Введіть перше число:"));
88
const number2 = parseFloat(prompt("Введіть друге число:"));

0 commit comments

Comments
 (0)