Write down the steps to write the following:
x2 + y2 =1
Answers
Answered by
4
MS Word
Type x from the keyword . Then click on Font group and then Superscript option . Type 2 and then deselect the option . Type + y and then again click on Superscript Option and type 2 . Then deselect option and type = 1 and done .
HTML
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
x<sup>2</sup>+y<sup>2</sup>=1
</body>
</html>
JAVA
double expression = Math.pow(x,2)+Math.pow(y,2) = 1 ;
Answered by
1
Answer:
I had asked seriously...
I think ur mother hv taught you like that
Similar questions