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

WT-1

PRACTICAL LIST OF WEB TECHNOLOGY-1

·        Create a form using HTML which has the following types of controls: .-CLICK HERE

 

·        Create a table using HTML  which consist of colums for Roll no. Student’s Name and Gread. .-CLICK HERE

 

 

·         Writ HTML code to create following output by using definition  list.Computer science.-CLICK HERE

 

·         Write  a program to create in HTML for student identification. .-CLICK HERE

 

 

·         Write a program in HTML for insert a picture. .-CLICK HERE

 

·         Write a program in HTML to create a table with a normal, thick, very thick border. .-CLICK HERE

 

 

·         Write a program in HTML to create Frameset. .-CLICK HERE

 

·         Write a program in HTML using  Formatting Text. .-CLICK HERE

 

 

·         Write a program in HTML using Hyperlink within a page. .-CLICK HERE

 

·         Write a program in HTML using login form.-CLICK HERE

 

 

·         Write a program inHTML to creat Data Entery Form. .-CLICKHERE

 

·         Write a program to show simple email linking. .-CLICK HERE

 

 

·         Write HTML  code  to create following  output  by using  unordered list. .-CLICK HERE

 

 

·         Write  HTML code to create following output by using ordered list . .-CLICK HERE

 

 

 

·         Write HTML code to create following table.-CLICK HERE

 

 


Comments