Computer Science, asked by shilpikush, 8 months ago

Write the HTML code to produce output
a^2+b^2=c^2+(ab)^2

Answers

Answered by wadhwasanjam
1

<html>

<body>

a<sup>2</sup>+b<sup>2</sup>=c<sup>2</sup>+(ab)<sup>2</sup>

</body>

</html>

Similar questions