use c++ to answer the folloing question in an ancient land, the beautiful princess Eve had many suitors. She decided on the following procedure to determine which suitos she would marry First, all of the sustors would be lined up one after the other and assigned numbers. The first suitor would be number 1, the second number 2, and so on up to the last suitor, number a. Starting at the first suitor she would thes count three suitors éown the line (because of the three letters in her name) and the third suitor Would be eliminated from winning her hand and removed from the line. Eve would then continue, counting three more suitors, and eliminating every third suitor When she reached the end of the line she would contmpe counhng from the beginning. For example, if there were 6 suitors then the elimination process would proceed as follows: 123456 initia! list of suitors, start counting from 1 12456 suitor 3 eliminated, continve counting from 4 1245 sustor 6 eliminated, continue counting from 1 125 suitor 4 eliminated, continue counting from 5 15 sustor 2 elimmated, continue counting from 5 i suitor 5 eliminated, 1 is the lucky winner White a program that uses a vector to determine which position you should stand in to marry the prmncess if there are n suitors. Hint: User erase function from vector class to climunate an clement.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section: Chapter Questions
Problem 14PP
icon
Related questions
Question

use c++ to answer the folloing question

in an ancient land, the beautiful princess Eve had many suitors. She decided on the following

procedure to determine which suitos she would marry First, all of the sustors would be lined up

one after the other and assigned numbers. The first suitor would be number 1, the second

number 2, and so on up to the last suitor, number a. Starting at the first suitor she would thes

count three suitors éown the line (because of the three letters in her name) and the third suitor

Would be eliminated from winning her hand and removed from the line. Eve would then

continue, counting three more suitors, and eliminating every third suitor When she reached the

end of the line she would contmpe counhng from the beginning.

For example, if there were 6 suitors then the elimination process would proceed as follows:

123456 initia! list of suitors, start counting from 1

12456 suitor 3 eliminated, continve counting from 4

1245 sustor 6 eliminated, continue counting from 1

125 suitor 4 eliminated, continue counting from 5

15 sustor 2 elimmated, continue counting from 5

i suitor 5 eliminated, 1 is the lucky winner

White a program that uses a vector to determine which position you should stand in to marry the

prmncess if there are n suitors.

Hint: User erase function from vector class to climunate an clement.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
ADT and Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr