Вопрос задан 06.07.2023 в 23:16. Предмет Информатика. Спрашивает Сафин Артур.

Var i,n:word;beginwrite('n=');readln(n);for i:=1 to n do begin write(i,' ');end;readln;end.На

экране=2 1. 12 2.03.44.2​
0 0
Перейти к ответам

Ответы на вопрос

Внимание! Ответы на вопросы дают живые люди. Они могут содержать ошибочную информацию, заблуждения, а также ответы могут быть сгенерированы нейросетями. Будьте внимательны. Если вы уверены, что ответ неверный, нажмите кнопку "Пожаловаться" под ответом.
Отвечает Канагат Адилер.

1).12 ))))))))))))))))))))))))))))

0 0
Отвечает нейросеть ChatGpt. Будьте внимательны, ответы нейросети могут содержать ошибочные или выдуманные данные.

Looks like you've provided a code snippet written in Pascal. This code appears to be a simple program that takes an integer input n, and then outputs the numbers from 1 to n in a single line. The output you've given, "На экране=2 1. 12 2.03.44.2", seems to be a mix of the program's output and some additional text. Here's a breakdown of what the code does and the expected output:

pascal
Var i, n: word; begin write('n='); readln(n); for i := 1 to n do begin write(i, ' '); end; readln; end.

For example, if you input 5 as the value for n, the expected output would be:

makefile
n=5 1 2 3 4 5

However, the output you've provided, "На экране=2 1. 12 2.03.44.2", doesn't match the expected output. It's possible that there's some miscommunication or misunderstanding in your question. If you need further assistance, please clarify what you're trying to achieve or provide additional information about the context.

0 0

Похожие вопросы

Топ вопросов за вчера в категории Информатика

Последние заданные вопросы в категории Информатика

Задать вопрос