Advertisement
Guest User

Untitled

a guest
Jul 12th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. string nameOfInterest;
  2.      bool found = false;
  3.      cout << "Enter the marks of students: ";
  4.      std::getline(std::cin, nameOfInterest)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement