SEARCH
C Program: Print square of first natural numbers and also calculate the sum using for loop.
Punjab Group Of Colleges
2015-01-28
Views
28
Description
Share / Embed
Download This Video
Report
C Program: Print square of first natural numbers and also calculate the sum using for loop.
Chapter No. 12
Loop structure
C Program:
ICS Part 2
Computer
Show more
Share This Video
facebook
google
twitter
linkedin
email
Video Link
Embed Video
<iframe width="600" height="350" src="https://vntv.net//embed/x2ftyro" frameborder="0" allowfullscreen></iframe>
Preview Player
Download
Report form
Reason
Your Email address
Submit
RELATED VIDEOS
11:34
C Program: Print first 10 natural numbers, their squares and their cubes and calculate the sum of these three series using for loop.
09:03
C Program: Calculate sum of reciprocal of 10 natural numbers using for loop. S =1/1+1/2+1/3+-----+1/10.
06:29
C Program: To print first 10 natural numbers and find their sum using for loop
08:04
C Program: Write a program using do-while loop that repeatedly prompts and takes input until a value in the range 0-15 is input. This program should add the value before existing the loop and displays their sum.
09:38
C Program: input array elements and calculate sum
08:45
C Program: To Calculate reciprocals of even numbers using for loop. S= 1/2+1/4+1/6+----+1/20.
07:51
C Program: To write first natural number and their sum by using while loop.
06:28
C Program: Calculate the square root of the positive numbers. (goto statement).
09:39
C Program: To print 10 odd numbers in descending order and find their sum using for loop.
09:04
C Program: Print and find the sum of 10 numbers which are multiple of 5 (5+10+15+-----+50) using for loop.
06:43
C Program: To print first natural number using for loop.
09:23
C Program: print ten even numbers in ascending order by using for loop