Click here to Skip to main content
15,899,025 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Develop a C# Windows Form Application that reads students information from the keyboard and saves them into an array of objects of type student. You should define a class named student with at least three properties: int ID, string Name, and float GPA. and you should have an array of 100 students.
Your program should include two different forms, First Form: is for information entry. Second form is for Querying the information you have entered during your program life.

Note: In this assignment, you have not to worry about user mistakes, no validations, and no exceptions. End users are responsible to insert their data correctly.
Posted
Updated 2-Nov-11 9:35am
v3
Comments
Bala Selvanayagam 2-Nov-11 14:35pm    
Home work ?
Jacob.gharaibeh 2-Nov-11 14:38pm    
ya
Bala Selvanayagam 2-Nov-11 14:40pm    
If you could start at some thing and come back to us when you are stuck then its easier for us to help
Mehdi Gholam 2-Nov-11 14:36pm    
And what do you expect from here?
Jacob.gharaibeh 2-Nov-11 14:38pm    
it an home work

If you are going to post your homework, at least try to make it look like you have attempted to do something yourself!

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, or learn the Magic Words: "Do you want fries with that?"
 
Share this answer
 
Comments
Bala Selvanayagam 2-Nov-11 15:19pm    
well said
As was so eloquently posted by someone else here at CP previously:

Homework...[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900