Oct 16, 2014 at 12:35am
I need a program that has the user play the game "Mastermind"
the only thing is it can only include the following:
#include <iostream>
Only these
#include <string>
loop statements (for, while, do-while) <--- Only these
if-else statements
must have 3 numbers no colors
must tell the user if its in the correct position
Last edited on Oct 16, 2014 at 12:36am
Oct 16, 2014 at 1:27am
So... where are you having difficulty?
Oct 16, 2014 at 11:27am
I can't figure out how to make this a loop
Last edited on Oct 16, 2014 at 11:47am