+ 7
You can find out here:
https://www.sololearn.com/Course/CPlusPlus/
but here this will ask you for a password
#include <iostream>
#include <string>
int main() {
std::string input;
std::cout << "Enter password: ";
std::cin >> input;
return 0;}



