assignmentman@hotmail.com
New member
- Joined
- Aug 20, 2005
- Messages
- 1
- Programming Experience
- Beginner
I do not have a clue about VB.NET.
I need to create the following two programs, for a project, in a stupid module I don't even want to do (college sucks) These are:
An application that resembles a calculator. Needs the ability to perform basic calculations, and also be able to perform factorial calculations, an ability to raise a number to the power of another number and the ability to perform calculations on a list of numbers. Also must be able to deal with positive and negative numbers. The calculator much have an area where a user can enter random numbers into a list. Once added to the list the user must be able to, add all of the numbers together and multiply the numbers.
The second program, is a simple library catalogue system. It will incorporate a simple book storage system which will find a book by its unique id number (ISBN).
This program needs to include, arrays, string manipulation showing the parsing of data, classes, inheritance, parameter passing and exception handling.
The above may sound simple, but I really don't know where to start and it would be great to have someone tell/guide me through.
Hope someone can help
I need to create the following two programs, for a project, in a stupid module I don't even want to do (college sucks) These are:
An application that resembles a calculator. Needs the ability to perform basic calculations, and also be able to perform factorial calculations, an ability to raise a number to the power of another number and the ability to perform calculations on a list of numbers. Also must be able to deal with positive and negative numbers. The calculator much have an area where a user can enter random numbers into a list. Once added to the list the user must be able to, add all of the numbers together and multiply the numbers.
The second program, is a simple library catalogue system. It will incorporate a simple book storage system which will find a book by its unique id number (ISBN).
This program needs to include, arrays, string manipulation showing the parsing of data, classes, inheritance, parameter passing and exception handling.
The above may sound simple, but I really don't know where to start and it would be great to have someone tell/guide me through.
Hope someone can help
![sad.gif](http://www.vbcity.com/forums/smiles/sad.gif)
Last edited by a moderator: