PROBLEM: Using OOP and functions, create a program that allows a user to customize his/her online game character. The program should allow the user to customize two (2) characters, use objects to create the two characters. The program should allow the user to customize the following characteristics: Class, Weapon, and Skill. Use the functions declared within the class to customize the mentioned parameters. Use user defined functions, for example setClass(), setWeapon, and setSkill. For class the user may choose from Knight, Wizard, or Archer. For weapon the user may choose from Sword, Wand, and Bow. For skill the user may choose from Bash, Fire Ball, and Arrow Charge. After customizing the two characters, a summary of the created characters must be printed. All invalid inputs must prompt the user that the input was invalid and should not terminate the program. You may either repeat the process or repeat where the invalid input was made.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
TEST CASES:
Correct:
Customize your first character:
Select a Class:
[1] Knight
[2] Wizard
[3] Archer
Select: 1
You selected Knight
Select a Weapon:
[1] Sword
[2] Wand
[3] Bow
Select: 1
You selected Sword
Select a Skill:
Select: 1
You selected Bash
Customize your second character:
Select a Class:
[1] Knight
[2] Wizard
[3] Archer
Select: 2
You selected Wizard
Select a Weapon:
[1] Sword
[2] Wand
[3] Bow
Select: 2
You selected Wand
Select a Skill:
[1] Bash
[2] Fire Ball
[3] Charge Arrow
Select: 2
You selected Fire Ball
=======================
First Character Details
Class: Knight
Weapon: Sword
Skill: Bash
Second Character Details
Class: Wizard
Weapon: Wand
Skill: Fire Ball
[1] Bash
[2] Fire Ball
[3] Charge Arrow
Incorrect:
Customize your first character:
Select a Class:
[1] Knight
[2] Wizard
[3] Archer
Select: 1
You selected Knight
Select a Weapon:
[1] Sword
[2] Wand
[3] Bow
Select: 4
Invalid Input
user@MacBook-Air Desktop % (Program Terminates)
Transcribed Image Text:TEST CASES: Correct: Customize your first character: Select a Class: [1] Knight [2] Wizard [3] Archer Select: 1 You selected Knight Select a Weapon: [1] Sword [2] Wand [3] Bow Select: 1 You selected Sword Select a Skill: Select: 1 You selected Bash Customize your second character: Select a Class: [1] Knight [2] Wizard [3] Archer Select: 2 You selected Wizard Select a Weapon: [1] Sword [2] Wand [3] Bow Select: 2 You selected Wand Select a Skill: [1] Bash [2] Fire Ball [3] Charge Arrow Select: 2 You selected Fire Ball ======================= First Character Details Class: Knight Weapon: Sword Skill: Bash Second Character Details Class: Wizard Weapon: Wand Skill: Fire Ball [1] Bash [2] Fire Ball [3] Charge Arrow Incorrect: Customize your first character: Select a Class: [1] Knight [2] Wizard [3] Archer Select: 1 You selected Knight Select a Weapon: [1] Sword [2] Wand [3] Bow Select: 4 Invalid Input user@MacBook-Air Desktop % (Program Terminates)
PROBLEM:
Using OOP and functions, create a program that allows a user to customize his/her online game character.
The program should allow the user to customize two (2) characters, use objects to create the two characters.
The program should allow the user to customize the following characteristics: Class, Weapon, and Skill. Use the functions declared within the class to customize the mentioned parameters. Use user defined
functions, for example setClass(), setWeapon, and setSkill.
For class the user may choose from Knight, Wizard, or Archer.
For weapon the user may choose from Sword, Wand, and Bow.
For skill the user may choose from Bash, Fire Ball, and Arrow Charge.
After customizing the two characters, a summary of the created characters must be printed.
All invalid inputs must prompt the user that the input was invalid and should not terminate the program. You may either repeat the process or repeat where the invalid input was made.
Transcribed Image Text:PROBLEM: Using OOP and functions, create a program that allows a user to customize his/her online game character. The program should allow the user to customize two (2) characters, use objects to create the two characters. The program should allow the user to customize the following characteristics: Class, Weapon, and Skill. Use the functions declared within the class to customize the mentioned parameters. Use user defined functions, for example setClass(), setWeapon, and setSkill. For class the user may choose from Knight, Wizard, or Archer. For weapon the user may choose from Sword, Wand, and Bow. For skill the user may choose from Bash, Fire Ball, and Arrow Charge. After customizing the two characters, a summary of the created characters must be printed. All invalid inputs must prompt the user that the input was invalid and should not terminate the program. You may either repeat the process or repeat where the invalid input was made.
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY