b. n=1
while n<5:
print(n*n)
n+=1
print("program done")
Answers
Answered by
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
9
1
4
9
16
program done
Similar questions
English,
2 months ago
Hindi,
2 months ago
Social Sciences,
5 months ago
Science,
11 months ago
English,
11 months ago