Answer:
Most likely C
Explanation:
Blueprint is the plan so she makes it 1st.
Building the roof is after the deck.
The deck is after the blueprint.
After it's all done she looks at it and thinks about what went wrong at then end.
If there are no mistakes it's B.
Hope this answers your question :).
Michael will use a Adobe Photoshop or CorelDraw tool to help format the text for creating an informative poster.
<h3>What application is used for graphic design?</h3>
They are:
- Adobe Photoshop
- Illustrator, GIMP
- CorelDraw
- Canva and others
Based on the American Institute of Graphic Arts (AIGA), graphic design is known to be a term that is described as “the art and method of planning and bringing forth ideas and experiences along with the use of visual and textual content.”
Therefore, Michael will use a Adobe Photoshop or CorelDraw tool to help format the text for creating an informative poster.
Learn more about graphic design from
brainly.com/question/27019704
#SPJ1
<u>Answer</u>:
<em>It is possible to sort data in word. For doing this, you must have content in the form of list.
</em>
<u>Explanation:</u>
<em>1. Select the text in numbered list / bulleted list
</em>
<em>2. Click on the Home tab, Paragraph group, Click on Sort. You well get a Sort Text dialog box</em>
<em>3. In the dialog box , Click Paragraph, Text, Ascending / descending. So you can change the way it sorted by using the same dialog box whenever required.
</em>
<em>
In addition to sorting text, you can sort date and also sort number.
</em>
Answer:
c) 4.4
Explanation:
You can evaluate step by step the code. You know tha your input is 4.0
Step 1 Variables definitions:
double tax;
double total;
Step 2 Ask the user for the input:
System.out.print("Enter the cost of the item");
Step 3 read de input:
total = scan.nextDouble();
Step 4 evaluate the condition ( is the input greater or equal than 3.0 ? [True])
if ( total >= 3.0)
Step 5 get done the operations inside the condition and print it:
tax = 0.10;
System.out.println(total + (total * tax));
You can move one cell to the right by using the Tab key.