Wednesday, 11 February 2015

u1p1

1) Write a program to display “LJIET” using cout statement.


 #include<iostream.h>  
 #include<conio.h>  
 void main()  
 {  
      clrscr();  
      cout<<"LJIET";  
      getch();  
 }  

OUTPUT :


No comments:

Post a Comment