Computer Science, asked by arjithcande1021, 7 months ago

Write the html code for the following equation..a^²+b^2+2ab

Answers

Answered by Oreki
1

HTML Code:

a<SUP>2</SUP> + b<SUP>2</SUP> + 2ab

Answered by anindyaadhikari13
1

Question:-

  • Write html code for the following.

Answer:-

Given expression,

 \sf {a}^{2}  +  {b}^{2}  + 2ab

The html code will be,

a<sup>2</sup>+b<sup>2</sup>+2ab.

Similar questions