How do you respond to points in email?

How do you respond to points in email?

Reply to an email using Quotes

  1. Open Gmail, and copy the part of the email you want to reply to.
  2. Click Reply .
  3. Click Formatting options Quotes .
  4. Next to the gray bar, paste the original message text.
  5. Press Enter and enter your response below the original message.
  6. Click Send.

What is inline comment?

Inline comments are all comments not included in doc blocs. Comments that are written in a readable and narrative style, especially when explaining a complex process, are encouraged. In general they should be placed close to the code explained rather than before the entire block of code.

How do you say thank you for your response?

These general thank-you phrases can be used for all personal and professional communications:

  1. Thank you so much.
  2. Thank you very much.
  3. I appreciate your consideration/guidance/help/time.
  4. I sincerely appreciate ….
  5. My sincere appreciation/gratitude/thanks.
  6. My thanks and appreciation.
  7. Please accept my deepest thanks.

How do you respond to we will get back to you?

Choice #1. Gabby: Okay, thank you. I’ll wait to hear back from you.

How do you get reputation stack?

The main way to gain reputation on Stack Overflow is to get your questions and answers upvoted by others. The breakdown is as follows: Question is upvoted = +10 reputation. Answer is upvoted = +10 reputation.

What are the two types of comments?

Using Two Types of Comments

  • Marginal comments.
  • End comments.

    Which is inline with?

    : in agreement with The new policy is in line with the plans that were discussed last year. My thinking is in line with yours.

    Which is the correct way to comment on a program?

    Comments are specially marked lines of text in the program that are not evaluated. There are usually two syntactic ways to comment. The first is called a single line comment and, as implied, only applies to a single line in the “source code” (the program). The second is called a Block comment and refers usually refers to a paragraph of text.

    Why is commenting important when writing a function?

    Proper use of commenting can make code maintenance much easier, as well as helping make finding bugs faster. Further, commenting is very important when writing functions that other people will use. Remember, well documented code is as important as correctly working code.

    What’s the difference between a comment and a block comment?

    The first is called a single line commentand, as implied, only applies to a single line in the “source code” (the program). The second is called a Blockcomment and refers usually refers to a paragraph of text. A block comment has a start symbol and an end symbol and everything between is ignored by the computer.

    Why do I need 50 reputation to comment?

    Asking and answering, the core actions on the Stack Exchange network of sites, are open to all users regardless of reputation. However, this is not meant as a workaround to the comments barrier. Comments posted as an answer are subject to removal.