Answer:
The answer to this question can be given as "The show desktop icon".
Explanation:
To minimize all open windows we use to click on the Show Desktop icon. When we click on this desktop icon it automatically minimize all the open windows that are open on the computer screen. And all the option are not correct that can be described as:
The Start menu is part of the Microsoft windows. Start menu offers a central launching point for system programs and executing other tasks.
The system tray is part of the Window. It is on the Taskbar. It contains miniature icons for easy access to system functions.
That's why the correct answer is "The show desktop icon".
Answer:
//get the sentence from the user
Console.WriteLine("Enter your sentence");
//read the user information
string ans = Console.ReadLine();
//check if sentence ends with period
if(!ans.EndsWith("."))
{
Console.WriteLine("Sentence should end with period");
Environment.Exit(0);
}
//declear empty string firstword
string firstWord = "";
//split the requested sentence using single space character
string[] splitans = ans.Split(' ');
//assign firstword
firstWord = splitans[0];
//print out firstword
Console.WriteLine(firstWord);
Explanation:
The program uses c#.
Answer:
What is your question?
Explanation:
We need a question to be able to help you...
Answer:
i think it's main menu!
Explanation:
when your on the main menu , you find everything your looking for or what it is you need to go too because ur on the home page! let me know if this helped!