Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.
C Program: Print square of first natural numbers and also calculate the sum using for loop.
28 Views • Jan 28, 2015
Description
Chapter No. 12
Loop structure
C Program:
ICS Part 2
Computer
Keywords & Tags
More from User
Math Chapter 8.2 Part 11
Punjab Group Of Colleges
Math Chapter 8.3 Part 03
Punjab Group Of Colleges
Math Chapter 8.2 Part 10
Punjab Group Of Colleges
Math Chapter 8.3 Part 06
Punjab Group Of Colleges
Math Chapter 8.2 Part 07
Punjab Group Of Colleges
Math Chapter 8.3 Part 10
Punjab Group Of Colleges
Related Videos
C Program: Print first 10 natural numbers, their squares and their cubes and calculate the sum of these three series using for loop.
Punjab Group Of Colleges
C Program: Calculate sum of reciprocal of 10 natural numbers using for loop. S =1/1+1/2+1/3+-----+1/10.
Punjab Group Of Colleges
C Program: To print first 10 natural numbers and find their sum using for loop
Punjab Group Of Colleges
C Program: To print 10 odd numbers in descending order and find their sum using for loop.
Punjab Group Of Colleges
C Program: Print and find the sum of 10 numbers which are multiple of 5 (5+10+15+-----+50) using for loop.
Punjab Group Of Colleges
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.
Punjab Group Of Colleges