Computer Instructions
ROM, or Read Only Memory is used to store instructions as it retains memory even after power loss.
<em>Try this one</em>
<em>Go to the References tab, click Insert Table of Figures, place the cursor, and click Insert.</em>
<em>I am not tht smart at computer stuff but let me know if this works.</em>
<em />
If you're coding with C++ then the solution would be:
if (userInput.find("darn") != -1) {
cout << "Censored" << endl;
}
else{
cout << userInput << endl;
}
Keep in mind that this will reject any input with the word "darn" in the sentence. This will not filter the word darn if the capitalization is in different formats like "Darn, dArn, daRn, darN, DARN".
You filter yourself and the world surrounding you? Is there more to this question?