#include <iostream>
#include <string>
using namespace std;
int main() {
string userInput;
cout << "Enter word" << endl;
cin >> userInput;
cout << "you entered" << endl;
cout << userInput;
return 0;
}
Answer:
operating system
Explanation:
System software are those programs that many refer to as computer programs. The most basic function of system software is to manage the computer systems. It acts as an interface between the computer’s hardware and the end user. System software converts instructions that end users give to the computer into a machine understandable language. Examples of system software include operating systems, utility programs, device drivers, and windows systems. The operating system is responsible for the functioning of all the computer’s hardware parts. It is the software loaded into the system when the computer boots up. It manages everything, from the memory, to the CPU, and many other different tasks.
Answer:
You have much to learn!
Explanation:
In the question the variable age has been declared and assigned the value of 25.
The if Statement checks if age >30 to output "You are wise!" else it will output "You have too much to learn"
Since age has been assigned the value of 25, we expect the program to execute the else block which is "You have too much to learn"
Just- you don’t wanna know alr? Alr :)
Answer:
MS-Word
Explanation:
MS-Word is the application software that is used for document creation or for word processing. It is the widely used software for content writing purposes and processing of words. It is available by Microsoft.
MS- Word is very useful when writing any paragraph or any article for a book or for any newspaper. We can modify or edit our content in the application software. It is basically a word processor that was developed by Microsoft company in the year 1983.
In the context, MS-Word is the best application software that is used to produced the work for the school newspaper or for the school yearbook club.