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.

0 Endorsements
~246 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for cooldj

I have windows form lab created in which I enter plane name and location, direction, speed and send it to listbox.. I need to show how many have i created in a lbl form.. which goes like this: Number of planes created: (number) how can I write this in code? …

Member Avatar for abelLazm
0
98
Member Avatar for cooldj

Start Main( ) or btnRun_Click( ) Create a RaceCar object Set the car name to “Fast One” Set the x coordinate to 200 Set the y coordinate to 100 Call the car’s Move( ) method and show the resulting message Display a blank line to separate the two object results …

Member Avatar for cooldj
0
148

The End.