
March 9th, 2009, 04:48 PM
|
|
Registered User
|
|
Join Date: Mar 2009
Posts: 1
Time spent in forums: 13 m 6 sec
Reputation Power: 0
|
|
Need some help
Hey can some one help me out with a souce code i Have to write? Heres what I have to do:
Create a C++ program which will ask the user a player for a computer game called warriors. A player has the following attributes: name, age, height in inches, power and chracter type. The power level of a player is calculated by cubing the age of the player. Character types include: sorcerer, wizard, and witch. After the user enters all the data, the program should display the player information on the screen with a line of asterisks(*) above and below the information with one pieace of information per line. Each line should also indicate which player attribute isbeing displayed on the line.
It has to have functions prototypes and at least three functions.
thx.
|