C++ Programs
Wednesday, 8 February 2017
Program using two cout statements
Program using two cout statements
#include<iostream>
using namespace std;
int main()
{
cout<<"My name is Norm"<<endl;
cout<<"I am a programmer"<<endl;
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment