code
-
Write a C
Program to find the survivor in a "7 up" game.
In the game, a group of people stand in a circle,and start counting from 1 in a clockwise direction.
The person who has to say "7" goes out, and the person next to him starts counting from 1 again.
This goes on until only one person remains, and he is survivor. Your goal is,
given the size of the group find out the place(Index) in which a person has to stand for him to become the survivor -
Write a C
Program to find the survivor in a "7 up" game.
In the game, a group of people stand in a circle,and start counting from 1 in a clockwise direction.
The person who has to say "7" goes out, and the person next to him starts counting from 1 again.
This goes on until only one person remains, and he is survivor. Your goal is,
given the size of the group find out the place(Index) in which a person has to stand for him to become the survivorYou posted this in the wrong forum. Ask a question[^] or C / C++ / MFC Discussion Boards - CodeProject[^] would be the right places. But note that you won't get an answer for this kind of request. This is not a code writing service. Try it yourself. If you then get stuck at some point, show what you have tried so far (code snippets), describe the problem, and you might get valuable help.
-
Write a C
Program to find the survivor in a "7 up" game.
In the game, a group of people stand in a circle,and start counting from 1 in a clockwise direction.
The person who has to say "7" goes out, and the person next to him starts counting from 1 again.
This goes on until only one person remains, and he is survivor. Your goal is,
given the size of the group find out the place(Index) in which a person has to stand for him to become the survivorWe do not do your HomeWork. HomeWork is not set to test your skills at begging other people to do your work, it is set to make you think and to help your teacher to check your understanding of the courses you have taken and also the problems you have at applying them. Any failure of you will help your teacher spot your weaknesses and set remedial actions. So, give it a try, reread your lessons and start working. If you are stuck on a specific problem, show your code and explain this exact problem, we might help. As programmer, your job is to create algorithms that solve specific problems and you can't rely on someone else to eternally do it for you, so there is a time where you will have to learn how to. And the sooner, the better. When you just ask for the solution, it is like trying to learn to drive a car by having someone else training. Creating an algorithm is basically finding the maths and make necessary adaptation to fit your actual problem.
Patrice “Everything should be made as simple as possible, but no simpler.” Albert Einstein