Browse Source

D3C2XGHHEU

Анатолий Пивоварский 1 year ago
parent
commit
b4e26e2ca8
3 changed files with 3 additions and 1 deletions
  1. 0 0
      css/style.css
  2. 2 0
      index.html
  3. 1 1
      js/script.js

+ 0 - 0
css/style.css


+ 2 - 0
index.html

@@ -9,5 +9,7 @@
 </head>
 <body>
     
+
+    
 </body>
 </html>

+ 1 - 1
js/script.js

@@ -5,5 +5,5 @@ do{                                                   //цикл
 	let numberofsquaremeters  = prompt("Введите количество квадратных метров.",""); //просим пользователя ввести количество квадратных метров ленолиума
 	price    =  numberofsquaremeters * linoleumprice;         //считаем общую сумму
 	alert(price + "грн");                           //выводим общую сумму
-}while(numberofsquaremeters !== null)                  //пока пользователь не нажмет отмену
+}while(numberofsquaremeters !== null)               //пока пользователь не нажмет отмену