Horje
ask a question and answer it in code c++ Code Example
ask a question and answer it in code c++
if (answer == 'n')
{
    return 0;
}
else if (answer == 'y')
{
    // do something
}
else
{
    cout << "Invalid input..." << endl;
}




Cpp

Related
string erase Code Example string erase Code Example
string format decimal places c++ Code Example string format decimal places c++ Code Example
file streams in c++ Code Example file streams in c++ Code Example
c++ pass function as argument Code Example c++ pass function as argument Code Example
pointers mcq sanfoundry Code Example pointers mcq sanfoundry Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12