Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

1 Endorsement
Ranked #858
~25.4K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for jamshid

> 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. …

Member Avatar for csharpisatechno
0
25K
Member Avatar for cigar

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 …

Member Avatar for radu84
0
153
Member Avatar for cigar

The End.