C++ email and name

Can someone please tell me how to write a program in visual studio to display my name and email? I'm brand new and lost
Basic tutorial, on this website.
write a program in visual studio to display my name and email


1
2
3
4
5
6
7
8
9
#include<iostream>
using namespace std;
int main()
{
      cout<<"Your name"<<endl;
      cout<<"Your email"<<endl;

      return 0;
}


Hope this will help you
hahaha!
@dynamic cast, i think you are trying to show that you are grandma stupid. why do lp at
mycplushelp
just because he asked for help?

Brainless, dull, may be you don't know already only intelligent can ask if they don't know.
Last edited on
Topic archived. No new replies allowed.