The body of the letter should state why you are writing the letter.
True
False

Answers

Answer 1
Answer:

Answer:

True

Explanation:


Related Questions

What was the first practical implementation of rpc called?
What is database of computer ?
when a cloud customer uploads personally identifiable information (pii) to a cloud provider, who is ultimately responsible for the security of that pii?
A (n) _____________ chart is represented by a circle divided into portions.
What is the name of the file that holds the 1's and 0's code for the CPU to execute/run?

"queries are questions", true or false?

Answers

Answer:

they are similar so I think it is true

Explanation:

Mark as brainlist

Write a program to convert a person's height in inches into centimetres #and their weight in stones into kilograms. (1 inch = 2.54 cm and 1 stone = 6.364 kg)

Answers

Following are the program to convert height and weight values:

Program:

#include <iostream>//header file

using namespace std;

int main ()//main method

{

  double height, weight,h,w; //defining a doubale variable

  cout<<"Following are the converter of Weight and height: "<<endl;//print message

  cout<<"Enter the height in inches: ";//print message

  cin>>height;//input value

  cout<<"Enter the weight in stones: ";//print message

  cin>>weight;//input value

  h=height* 2.54;//converting height value into centimetres and holding its value in h variable

  w= weight* 6.364;//converting weight value into kilograms and holding its value in w variable

  cout<<"The converted height is "<<h<<" cm."<<endl;//printing the converted value

  cout<<"The converted weight is "<<w<<" kg."<<endl;//printing the converted value

  return 0;

}

Program Explanation:

  • Defining header file.
  • Defining the main method.
  • Inside the main method defining four double variables that are "height, weight, h, and w".
  • Inside this, the "height, weight" variable is used for input value is the from user-end, and "h, w" is used to convert height and weight value into centimeters and kilograms.
  • After converting the value using the print method that prints its values.

Output:

Please find the attached file.

Find out more information about the conversion here:

brainly.com/question/26240757

(Using python)

When running:

measure(the height you want to enter, the weight you want to enter)

When the input is printed you have to re-enter the data (couldn’t fix that)

It will print the conversions as a result

When ____ is pressed after entering an email address or web address, word automatically formats the address as a hyperlink, that is, in a different color and underlined?

Answers

The word enter is your password
When you enter your password is pressed after entering an email address or web address, word automatically formats the address as a hyperlink, that is, in a different color and underlined?

The efficiency of a screw is low because of _____. width friction length height

Answers

it friction because the screw is low on the efficiency.


friction is the correct answer


Jeremy has been asked by his manager to begin drafting a report on last year sales figures when he’s midway through the report a co-worker stops by and asks if Jeremy will help him with a problem she has on her project Jeremy also needs to respond to number of emails before the end of the day he is able to accomplish all these tasks which positive workplace behavior has he demonstrated

Answers

Answer:

Adaptability.

Explanation:

because he was being ASKED to do it if he wasn't asked and did it, it's initiative.

Answer:

Time management.

Explanation:

Which of the following open-source tools would be the best choice to scan a network for potential targets? Option 1: Microsoft Excel Option 2: Adobe Photoshop Option 3: Nmap Option 4: Mozilla Firefox

Answers

Answer:

Nmap

Explanation:

Nmap is an open-source network scanner originally made for Linux (but then ported to Windows, macOS, and even BSD) created by Gordon Lyon (or alternatively known by his online moniker, Fyodor Vaskovich.)

First of all, Microsoft Excel is a spreadsheet making software. It's not going to be able to scan networks.

Adobe Photoshop is a photo editing program. That's not going to be able to scan networks either.

And Mozilla Firefox is a web browser. The only networks that's going to be scanning are the ones it connects to (to access webpages).

I hope this helps you!