Demix485
29.07.2020 07:45

1. The data and applications on your computer are stored on the... 2. To run this application you need at least 50MB ofon your hard drive.
3. My computer's hard drive has a of 120GB.
4. Do you like this CD? I can you a copy if you want.
5. The opposite of "Insert the DVD" is" the DVD".
6. I can't eject the CD. I think the 's stuck.
7. Digital cameras usually store pictures on a memory or a memory


1. The data and applications on your computer are stored on the... 2. To run this application you ne

Нажмите на рекламу ниже и сразу увидите ответ
Популярные вопросы:
Ответ:
alina555557
24.02.2023 02:55
// F#
[<EntryPoint>]
let main argv =
    let generateTable n m =
        Array2D.init n m (fun i j -> (i+1) * (j+1))
    let printMatrix (matrix:int[,]) =
        printf "    "
        for i = 0 to (Array2D.length1 matrix) - 1 do
            printf "%4d " (i+1)
        printf "\n"
        printf "    "
        for i = 0 to (Array2D.length1 matrix) - 1 do
            printf ""
        printf "\n"
        for j = 0 to (Array2D.length2 matrix) - 1 do
            printf "%2d |" (j+1)
            for i = 0 to (Array2D.length1 matrix) - 1 do
                printf "%4d " matrix.[i, j]
            printf "\n"
        printf "\n"
    let inputArray = generateTable 10 10
    printMatrix inputArray
    System.Console.ReadKey true |> ignore
    0
0,0(0 оценок)
Ответ:
Няша177777777777
24.02.2023 02:55
<HTML>
<HEAD>
<SCRIPT>
<!--
function btnClick()
{
 s="";
 for (i=1; i<=9; i++)
  for (j=0; j<=9; j++)
   if (i != j)
    for (k=0; k<=9; k++)
     if ((k != i) && (k != j)) {
      a = i*100+j*10+k;
      s = s+a+" ";
      }
  document.frm.res.value=s;
}
//-->
</SCRIPT>
</HEAD>
<BODY>
<H1>Документ с JavaScript</H1>
<FORM name=frm>
<INPUT type="button" name="bt" value="Щелкни здесь!"
        onClick="btnClick();">
<BR>
Результат:
<BR>
<TEXTAREA name="res" cols="80" rows="35">
</TEXTAREA>
</FORM>
</BODY>
</HTML>
Javascript напечатать в возрастающем порядке все трехзначные числа, в десятичной записи которых нет
0,0(0 оценок)
Полный доступ
Позволит учиться лучше и быстрее. Неограниченный доступ к базе и ответам от экспертов и ai-bota Оформи подписку
logo
Начни делиться знаниями
Вход Регистрация
Что ты хочешь узнать?
Спроси ai-бота