start a program in c++ to print your name
Answers
Answered by
3
#include<iostream.h>
void main()
{
cout<<"My Name is Gary";
}
Hope this will help u
Similar questions