Computer Science, asked by deepi4, 1 year ago

write in HTML for Z =x²+y²

Answers

Answered by Anonymous
2
<html>
<head>
<title>
superscript
</title>
</head>
<body>
z=x<sup>2</sup>+y<sup>2</sup>
</body>
</html>
Answered by vishnum1
0

 {x}^{2}  +  {y}^{2}  =( x + y) {2}
Similar questions