| Kapa6acuK | Дата: Среда, 30.05.2012, 14:24 | Сообщение # 1 |
А что такое реальный мир...?
Сообщений: 49
Offline
| Решение:
program Vishkers; uses crt; begin //1.variants //1.uzdevums window(1,1,15,3); textbackground(red); clrscr; textcolor(white); writeln(' Rezeknes'); window(1,2,15,2); textbackground(7); clrscr; textcolor(black); write(' profesionala'); window(1,3,15,3); textbackground(red); clrscr; textcolor(white); write(' vidusskola'); //2.uzdevums textbackground(black); window(1,10,15,14); textcolor(green); writeln('***********'); write('*'); textcolor(14); write(' Ernest '); textcolor(green); writeln(' *'); textcolor(green); write('*'); textcolor(14); write(' Viskher'); textcolor(green); writeln(' *'); writeln('***********'); //3.uzdevums window(1,14,15,25); textcolor (blue); write (' *'); textcolor (red); writeln ('* '); write (' *'); textcolor (blue); writeln (' * '); textcolor (blue); write ('*'); textcolor (red); writeln (' *'); write ('*'); textcolor (blue); writeln (' *'); write (' *'); textcolor (red); writeln (' * '); write (' *'); textcolor (blue); writeln ('* ');
The Door Of History Is Open ... Will You Walking Through ? Я <3 Fr0z3n'a
|
| |
| |