Answer:
young = True
famous = True
if young == True and famous == True:
print("You must be rich!")
Explanation:
Draw a flowchart diagram for a program that display a person's name x times
Answer:
See attachment for flowchart
Explanation:
The flowchart is as follows:
Step 1: Start
This signals the beginning of the flowchart
Step 2: Input name, x
This gets input for name and x from the user
Step 3: count = 0
This initializes count to 0
Step 4: Print name
This prints the person's name
Step 5: count = count + 1
This increments the number of times the name has been printed
Step 6: count = x?
This checks if the number of times the name has been printed is x times
If yes, step 7 is executed.
If no, step 4 is executed
Step 7: Stop
This signals the end of the flowchart
Match the tasks with the professionals who do them.
Answer:
purchasing agent: negotiate contracts with suppliers
attend conferences and trade shows to find new products
office clerk: file paperwork according to a filing system in the office
type data into software to be used by the company
freight forwarder: calculate the weight and volume of cargo
track shipments to make sure that they arrive on time
which of the view will show you a view very similar to the Print view
Answer:
Print Layout view is the one most closely related to what your document will look like when you actually print it. (In some versions of Word this view may be called Page Layout view.) ... This is the viewing mode you should use if you want to always see what your document will look like.
Explanation:
I hope this helps and pls mark me brainliest :)