bool GetsPaid(const socialApp& record); //Display the appName std::cout << appName << std::endl; //Declare ask and get an integer value (threshold) from the user int ask; std::cin >> ask; //Display the userName ONLY if the record has a numViews above ... See the full answer