Answer: the answer is b
Explanation:Bc why would they make a business letter 2 someone else 
 
        
             
        
        
        
Answer:
Program for the above question in python:
mass = float(input("Enter the mass in grams")) # It is used to take the mass as input.  
density = float(input("Enter the density grams per cm cube")) # It is used to take the input for the grams. 
print("Volume ={:.2f}".format(mass/density)) #It is used to print the Volume.
Output:
- If the user inputs as 2.98 and 3.2, then it will results as 0.92.
 
Explanation:
- The above code is in python language, in which the first statement is used to take the inputs from the user for the mass and sore it into a mass variable.
 - Then the second statement also takes the input from the user and store it into a density variable.
 - Then the third statement of the code is used to print the volume up to two places using the above-defined formula.
 
 
        
             
        
        
        
The router could be configured to accept telnet, ssh or http.  For terminal use, I'd hope that ssh would work.
        
             
        
        
        
As a technical support rep, Michael's first task will be option b: Determine the purpose of the message he will send as a response.
<h3>Who is a technical support rep?</h3>
The role or duty of a Technical Support is known to be any person that tends to troubleshoot customer tech issues.
Note that they are said to be people who often resolve issues that are linked to computers, phones, tablets, and others.
Therefore, As a technical support rep, Michael's first task will be option b: Determine the purpose of the message he will send as a response.
Learn more about  technical support  from
brainly.com/question/27366294
#SPJ1 
See option 
a. conduct any necessary research
b. determine the purpose of the message he will send as a response
c. Hit the "reply" button
d. start composing his reply