Answer: software (answer not long enough)
Answer:
i. View Tab
Explanation:
View tab is used to change the current view of the document. The view can be changed as, Grid view, outline view, draft view and web layout view. This can be used to check the document from different aspects.
ii. Busy
Explanation
Whenever some one is scheduling meeting, the users saw that, busy is written in different time slots of the calendar, whenever the person is busy.
iii. Attach Signature
Explanation
When some user want to send his information, such as name, designation, contact number etc. in email. He should add his signature in the document. The signature in the mail is the information, that sender want to sent to client.
iv. All Categories
Explanation
In outlook 2016, All categories option is used to change the category name by editing this information. There are different categories represented by different colors. To change the name of the category, Haratio just choose the option of All categories.
Answer:
return a specific value, calculation or message if certain condition met
Explanation:
"if" is used for conditional statements that means, do some work if the condition is met against that logic.
e.g.
If (a > 5)
{
Show "a is greater than 5"
}
so if we put a= 6 than condition met and given statement will be shown on out put as "a is greater than 5".
A double is best used for numbers that are real, as in they have a decimal. Int is best used for numbers that are whole, as in no decimal. Strings are best used, as in the example you gave, when you have to represent a piece of information that isn’t strictly numbers