Home
О нас
Products
Services
Регистрация
Войти
Поиск
khasanovaalina1
@khasanovaalina1
July 2022
1
12
Report
Задача #12
программа "АВС Паскаль"
Please enter comments
Please enter your name.
Please enter the correct email address.
Agree to
terms of service
You must agree before submitting.
Send
Answers & Comments
Sashazavr
Program zadan1;
uses crt;
var
x,y,z,i,j: integer;
begin
writeln;
for z:=1 to 4 do begin
for x:=1 to 4 do begin
writeln;
for y:=1 to 8 do
write('**** '); end;
for i:=1 to 4 do begin
writeln;
for j:=1 to 8 do
write(' ****');
end; end;
end.
0 votes
Thanks 1
×
Report "Задача #12 программа "АВС Паскаль"..."
Your name
Email
Reason
-Select Reason-
Pornographic
Defamatory
Illegal/Unlawful
Spam
Other Terms Of Service Violation
File a copyright complaint
Description
Helpful Links
О нас
Политика конфиденциальности
Правила и условия
Copyright
Контакты
Helpful Social
Get monthly updates
Submit
Copyright © 2025 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
uses crt;
var
x,y,z,i,j: integer;
begin
writeln;
for z:=1 to 4 do begin
for x:=1 to 4 do begin
writeln;
for y:=1 to 8 do
write('**** '); end;
for i:=1 to 4 do begin
writeln;
for j:=1 to 8 do
write(' ****');
end; end;
end.