i have a statement:
id like to underline it to the exact character. Place length will change depend on input, so i want to see the underline change in length, depending on how many characters place is.Code:
cout << "The destination is " << place << endl;
cout << "~~~~~~~~~~~~~"<<endl;
