Guest User

Untitled

a guest
Jan 23rd, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1.  int percentageScore;
  2. percentageScore = score/totalTries;
  3. cout << "You answered " << percentageScore << " percent of questions correctly, and your highest streak ever was " << highScore << "." << endl;
Add Comment
Please, Sign In to add comment