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 #22.6K
~246 People Reached
Favorite Forums
2 Posted Topics
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? … | |
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 … |
The End.