1. True
2. Usually true, but it depends on the search engine you're using. For example, Google lets you search for several words without commas.
Answer:
I think its B
Explanation:
software enables users to create and edit documents.
by using switch case
switch(nextChoice){
case 0: cout<<"Rock"; break;
case 1: cout<<"Paper"; break;
case 2: cout<<"Scissors"; break;
default: cout<<"Unknown"; break;
}
I need options to be able to answer this