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
So... where are you having difficulty?
I can't figure out how to make this a loop
Last edited on