Jump to content

ivaszheka

Neophyte
  • Posts

    1
  • Joined

  • Last visited

ivaszheka's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Помогите найти ошибку! Задание: ((2*5!) + (3*8!)) / (6!+4!) <html> <head> <script type="text/javascript"> var y=5; var d=8; var u=6; var f=4; var n=1; function clc() { for ( var x = 1; x<=100; x++) { y = x; n = x*1; } document. write (" результат подсчета факториала: " +n); } </script> </head> <body onLoad="clc();"> </body> </html>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy