B.Sc. CSIT Nepal Study Kit
Thursday, September 25, 2014
WAP in C++ to print the following output using manipulators : LODGING 2000 CLOTHING 800 TRAVELLING 2500
#include
#include
#include
void main()
{
long p1=2000, p2=800, p3=2500;
cout<
getch();
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment