Computer Science, asked by vijay4574, 1 year ago

start a program in c++ to print your name

Answers

Answered by garywalter1221
3

#include<iostream.h>

void main()

{

 cout<<"My Name is Gary";

}


Hope this will help u

Similar questions