Answer:
2. Marketing, communication or advertising
Explanation:
Answer:
It's B cuz if somehow the power went off your work won't be saved. So it's best to save your work frequently.
Answer:
Hi also thank you for the points very much appreciated.
You can press control and x at the same time, the delete button, or backspace
int main {
//variables
unsigned long num = 0;
std::string phrase = " Please enter your name for confirmation: " ;
std::string name;
//codes
std::cout << phrase;
std::cin>> name;
while ( serial.available() == 0 ) {
num++;
};
if ( serial.avaliable() > 0 ) {
std::cout << " Thank you for your confirmation ";
};
};