Programming Practice - Chapter 4 Introduction to Loop in C Part 1
Write a c program to find the summation of the following
a. 1²+2²+3²+4² ....... N²
b. 1³+2³+3³+4³ ....... N³
c. 1×2+2×3+3×4 ....... N×(N+1)
B. Write a C program to continuously take a number as input and announce whether the number is odd or even. Hint: use do-while loop.
#itzrafiq #seba #class10 #computerscience
Download
0 formats
No download links available.
Programming Practice - Chapter 4 Introduction to Loop in C Part 1 | NatokHD