Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
I need this to keep asking user for row and column until FizzBuzz is selected I can get it to repeat if no match is selected but not Fizz and buzz...
I need this to keep asking user for row and column until FizzBuzz is selected I can get it to repeat if no match is selected but not Fizz and buzz Below is what I have so far.
#include "stdafx.h"
#include <iostream>
#include <ctime> // For time()
#include <cstdlib> // For srand() and rand()
#include <iomanip>
using namespace std;
int main()
{