How to Print The Value in C++ Language

#include<iostream.h>
#include<conio.h>
void main()
{
    int m=90,p=87,c=75;
    clrscr();
            cout<<m;
            cout<<p;
            cout<<c;
            getch();
}
How to Print The Value in C++ Language How to Print The Value in C++ Language Reviewed by Unknown on 6:03:00 PM Rating: 5

No comments:

Powered by Blogger.