No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: > this makes a great deal of colors program lights; uses crt; var a,b:integer; label 1; begin textbackground(white); clrscr; for a:=1 to 1000000 do inc b;* randomize; 1: a:=random(4)+1; if a=1 then textbackground(blue); if a=2 then textbackground(red); if a=3 then textbackground(green); if a=4 then textbackground(yellow); write(' '); goto 1; end. … | |
Hi. I'm new here. I'm doing a lotto program. I have this difficilty that I want to display a title before the numbers are displayed. The numbers are all displayed by the computer using randimize. Above you can see the part of program i've done. Where should i put the … | |
The End.