Write a program to find sum of 10 to 20 numbers.

Write a program to find sum of 10 to 20 numbers. #include<stdio.h> #include<conio.h> void main() { clrscr(); int   i, sum=0; for(i=10; i<=20;i++) { sum=sum+i; } printf(“%d”,sum); getch(); }     Output:   165

OA

Practical List of OA


·       Create  a folder RCC in my document .-CLICK HERE

 

·       Part of computer .-CLICK HERE

 

·       Create a paragraph and make it bold ,italic and underline.-CLICK HERE

 

·       Using MS-Word write  Generation of computer using different types of bulets .-CLICK HERE

 

·       Create block diagram of computer.-CLICK HERE

 

·       Create a sells report in using table in MS-word.-CLICK HERE

 

·       Create time table in MS-word BCA 1st sem timetable.-CLICK HERE

    ·       Paragraph formatting and page setup.-CLICK HERE

 

·       Create population table in MS-Powter point.-CLICK HERE

 

·       Insert clipart in MS-Power point.-CLICK HERE

 

·       Creat and insert using pie-chart.-CLICK HERE

 

·       Write varies types of printer using smartart option in MS- power point.-CLICK HERE

 

·       Create an Insert  the  image in MS-Word .-CLICK HERE

 

·       Show the use of sum average ,mode ,median ,max, min,count  function of the following data.-CLICK HERE

 

·       Create Marksheet  of student in Excel sheet.-CLICK HERE

Comments