Computer Science, asked by nishutiwari620, 5 months ago

b. n=1
while n<5:
print(n*n)
n+=1
print("program done")

 write \: the \: output \: for \: the \:following \: code \: of \: statements

Answers

Answered by debroytanusree
4

Answer:

This program is to be done in C. I apologize, it did not upload pictures.

For this program, let’s explore some of the ways we can use C to perform numerical integration. We’ll restrict our attention to definite integrals on smooth curves only and look at two methods, called the rectangle rule and the trapezoidal rule.

Answered by valeriy69
9

1

4

9

16

program done

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

Similar questions