Computer Science, asked by PrinceEdward4647, 4 months ago

write an algorithm to find the value of x=a^2+b^2

Answers

Answered by jai696
1

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

a, b = 69, 999

x = a ** 2 + b ** 2

print(x)

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions