Here are some.
- <html></html> This is the root element tag. ...
- <head></head> ...
- <title></title> ...
- <body></body> ...
- <h1></h1> ...
- <p></p> ...
- <a></a> ...
- <img></img>
<h2>hope it helps.</h2><h2>stay safe healthy and happy....</h2>
<span>Saving at a young age could be a really great investment on your future from years from now. It has several benefits like learning how to handle your money properly, investing to grow your money more and an early retirement with a lot of coins in your pocket for when you want to enjoy traveling more.</span>
The line of code required to assign a value of 50.00 to a variable of double data type in C++ can be written thus :
- double average_student_grade = 50.00;
The declaration follows the format :
- Data type
- Variable name
- Value
The data type which is first stated, the double data type are floating point (have decimals) numbers which have 64 bit precison(a precison of 15 decimal digits) as opposed to floats which have 32 bit precison (a precison of 7 decimal digits).
The variable name is the name to hold the value of average grade. This name depends on the preference of the programmer. However. It is advisable that variable names are relatable.
Therefore, variable declaration in C++ may follow the format data type then variable name then value.
Learn more :brainly.com/question/12908743
Answer:
D. =AVERAGE(A1:A10)
Explanation:
The answer is D.
With option A. It means the cell should contain the minimum figure in the range of cells <em>(A1:A10).</em>
With option B. It means the cell should contain the total sum of the figures in the range of cells <em>(A1:A10).</em>
With option C. It means the cell should contain the maximum figure of the range of cells <em>(A1:A10)</em>