The answer is B
Explanation: In contrast, a computer's hard disk or SDD is its long-term memory, where things are stored more or less permanently. ... Nearly all computers also have some way to store information for longer-term access, too.
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));
<span>Documents, images and other data you can access by providing a uniform Resource Locator. URL - the Web Address
I hope this helps. You didn't give me the choices to from. </span>
The way to proceed in the situation presented would be:
- Finish the process started to help that user and continue with the other tasks of the day.
<h3>How to serve a customer properly?</h3>
In different work positions we have the possibility of personally or virtually assisting clients by carrying out procedures to help them improve their service or experience with the company.
Companies have developed complete customer service systems so that their employees know how to proceed in different specific situations in which their customers require help.
In the situation described, the most appropriate thing would be to finish the process required by the user and continue with the other tasks of the day that were planned.
Learn more about job in: brainly.com/question/2018598