Beginner Questions

Oct 17 2007 4:16 PM

HI GUYS AND GALS!

NEED HELP WITH SOME MORE QUESTIONS PLEASE

 

1) Write a class with three data fields. Then create three constructors, each with a different number of parameters. The constructors with fewer than three parameters should call another constructor, which contains the actual implementation to set all the fields' values.

2) Write a class to store an array of ten numbers at most. Make the array accessible by implementing an indexer. The indexer should include code to check that the requested index is not out of bounds. Use this class to add five numbers to the list, and then write them to the console.

PLEASE CAN YOU CODE THIS FOR ME. ITS HARD TRYING TO TEACH MYSELF WITHOUT HELP