Exercise 2: The Hogwarts School of Witchcraft and Wizardry welcomes you! First-year students must go through the annual Sorting Ceremony. The Sorting Hat is a talking hat at Hogwarts that magically determines which of the four school Houses each new student belongs most to: Gryffindor Hufflepuff Ravenclaw Slytherin Your task is the following: • Write a sortinghat.cpp program that asks the user some questions and places them into one of the four Houses based on their answers! ● ●
Exercise 2: The Hogwarts School of Witchcraft and Wizardry welcomes you! First-year students must go through the annual Sorting Ceremony. The Sorting Hat is a talking hat at Hogwarts that magically determines which of the four school Houses each new student belongs most to: Gryffindor Hufflepuff Ravenclaw Slytherin Your task is the following: • Write a sortinghat.cpp program that asks the user some questions and places them into one of the four Houses based on their answers! ● ●
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...
Related questions
Question
Expert Solution
Step 1: Algorithm
- Print a welcome message and introduce the Sorting Hat Ceremony.
- Ask the user for their name and store it in a variable.
- Print a message to greet the user.
- Initialize variables to keep track of points for each house (e.g., gryffindorPoints, hufflepuffPoints, ravenclawPoints, slytherinPoints) and set them to 0.
- Present the first question and its answer choices.
- Prompt the user to enter their answer and store it in a variable.
- Use a switch statement to update the points for the corresponding house based on the user's answer.
- Repeat steps 5-7 for additional questions, adding more cases to the switch statement for each question.
- Compare the points for each house to determine which house has the highest score.
- Assign the user to the house with the highest score and store the house name in a variable.
- Print a congratulatory message to the user, indicating which house they have been sorted into.
Step by step
Solved in 4 steps with 3 images
Recommended textbooks for you
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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
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 Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
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
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY