Author | Message |
---|---|
avataricky
Posts: 19
|
Posted 21:32 Sep 06, 2016 |
Can someone please explain to me how to the the hard problem or do they just have to type in the name I am confused. |
dcacere4
Posts: 10
|
Posted 21:40 Sep 06, 2016 |
when they choose the hard problem the console should only say input: , and the user inputs a name, which is what i understood from it |
avataricky
Posts: 19
|
Posted 21:41 Sep 06, 2016 |
oh ok thank you so they just have to put the names in order of what they inserted them earlier correct. so it its Bob and Jane then they put Input: Bob Input: Jane and it repeats until they get it wrong? Last edited by avataricky at
21:42 Sep 06, 2016.
|
dcacere4
Posts: 10
|
Posted 21:44 Sep 06, 2016 |
you are partially correct the order in which they are selected should be by the modulo, and the user has to match the one that modulo has selected and yes it keeps going until it gets it wrong |
avataricky
Posts: 19
|
Posted 21:47 Sep 06, 2016 |
ah ok thank you |