<u>Answer:</u>
<u>Correct</u>
<u>Explanation:</u>
Indeed, the world application is a word processing software used by many professionals and students alike.
Read a document: To do this, the user should go to the document area found at the top left corner of the tool bar.
Find the name of the document: By looking at the Title bar.
Change the way a document is viewed: The Ribbon area is located at the top right section of the screen near the minimize icon.
Find help to do a certain activity on word: Close to the Ribbon area there is a dialog box having the image of a bulb.
Go up and down to different parts of a document: By going to the scroll bar which found at the extreme right hand side (margin) of the page.
Determine the page number of the document: By going to the Status bar found at the bottom right of the page.
Answer:
FALSE.
Explanation:
Susan remains in control of the corporation's stock statements. this would have to identify different product products and raise production costs for the plant. to keep comfortable, build a spreadsheet then select the Research Software of the following application.
She has to use that search feature to locate the identical similarity to such the product object, such that the range lookup value is set to FALSE.
Answer:
Please see the full code in explanation
Explanation:
#This is a console program
def bill_calculator():
print("Enter the Total value of the bill:\n")
bill_total = float(input())
print("Enter total number of dinners:\n")
total_dinner = int(input())
bill_per_person = bill_total / total_dinner
result = ("Bill total: {} \n"
"Total dinners: {} \n"
"Bill per person: {} ").format(bill_total,total_dinner, bill_per_person)
print(result)
if __name__ == '__main__':
bill_calculator()
I think it's b because "end application" would make the most sence