Posts
 
Reputation
Loading chart. Please wait.
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.

0 Endorsements
Ranked #31.8K
~6K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for lietuva

Var num, sum, max, i, average : double, n:integer Begin if (num>0) and (num<=max) then begin for i := 1 to num do begin write ('Enter grade'); readln(grades); end; average := (sum/n); writeln ('The average is' , average); End. Just some questions to point you - where does "num" come …

Member Avatar for saeedk
0
6K
Member Avatar for r0b0t1

Try type TNewClass = class( TObject ) etc.... every class has to derive from some other base class; hence type TBigButton = class( TButton ) etc.....

Member Avatar for ExplainThat
0
103
Member Avatar for Carson89

think you need to get it from the registry see this for more info [url]http://download.microsoft.com/download/e/b/a/eba1050f-a31d-436b-9281-92cdfeae4b45/VolTable.doc[/url]

Member Avatar for jackkenyon
0
88
Member Avatar for DCM101

how about this sort of loop note this wont run - it is just pseudo code showing the method only // define the start conditions // size of box xmin = 0 ymin = 0 xmax = 100 ymax = 100 //movement each loop xmove = 1 ymove = 1 …

Member Avatar for jackkenyon
0
142
Member Avatar for mirage101

Not sure if this helps but maybe you want to set the WindowState property of the main form to wsMaximized instead of wsNormal

Member Avatar for jackkenyon
0
58