Modify the FizzBuzz program developed in Week Two to record the user input using an array. The function must have the prototype int FizzBuzz(int, int), where the function takes the row number input from user as the first parameter and the column input amount by the user as secondparameter. Create the function to output the number of guesses user takes until they get a FizzBuzz output.
Replace this code in the body of your program with a switch statement. When the user successfully enters a number that gets desired FizzBuzz ouput, prompt to ask if the user wants to play again.
Include the proper header and make sure you properly comment your program. Also, make sure you use proper coding conventions.
part 3
Modify the FizzBuzz program further by designinga class CFizzbuzz with two private data members that store a name up to 14 characters long and an integer item number. Define a getFizzbuzz() function member of the CFizzbuzz class that will set values for the data members by reading input from the keyboard and a putFizzbuzz() function member that outputs the values of the data members. Implement the getRecord() function so that a calling program can detect when a zero item number is entered. Test your CFizzbuzz class with a main() function that reads and outputs CFizzbuzz objects until a zero item number is entered.
Include the proper header and make sure you properly comment your program. Also, make sure you use proper coding conventions.
OR
you can purchase part solutions at
Part 1 : https://sellfy.com/p/pIpb Part 2 :https://sellfy.com/p/UPch Part 3 : https://sellfy.com/p/sno6