Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

can you please do this problem for C++? please look at the grading criteria on t

ID: 3672026 • Letter: C

Question

can you please do this problem for C++? please look at the grading criteria on the picture, and try to do it right

Homepage-CS 1119-91 Con FileProvider%20(1).pdf . | file:///C:/Users/makho/Downloads/FileProvider%20(1).pdf Compilation errors in your program Program will be rejected. No points. Not separating your solution into three-30 points files (interface, implementation, and test files) Do not hard code any user input into your program. You must prompt for all input to be provided interactively at run-time. Otherwise.. Your program provides any incorrect response to the second player's guesses When the program ends, it outputs10 points the number of guesses it took to guess the correct number. Otherwise.. If any code is placed in the Test file-30 points beyond what is needed to instantiate an object and invoke the appropriate function(s)... Do not use an instance variable if a-5 points local variable will suffice. For each unnecessary use of an instance variable Allowing the first player to enter a number that is outside of 0 - 100 Any incorrect looping algorithm Not terminating the program correctly, or creating a program that remains in an infinite loop -30 points -20 points 10 points -20 points 25 points Ask me anything 10:26 AM 2/26/2016 82

Explanation / Answer

//Number Guessing Game #include #include #include using namespace std; int main(int argc, char const *argv[]) { /* declare variables */ int num; int guess; bool isGuessed; num = (rand() + time(0)) % 100 ; isGuessed = false; while (!isGuessed) { /* code */ cout
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
Chat Now And Get Quote