Need .cpp using microsoft visual c++ 2010 express

  

Need .cpp using Microsoft Visual C++ 2010 express
 

Write a program that prints the message, “Hello, my name is Hal!”
Then, on a new line, the program should print the message “What would you like
me to do?” Then it’s the user’s turn to type in an input. You haven’t yet learned how
to do it—just use the following lines of code:
 

string user_input;
getline(cin, user_input);
 

Finally, the program should ignore the user input and print the message “I am sorry,
I cannot do that.”
This program uses the string data type. To access this feature, you must place the line 

  

Write a program that computes the sum of the first ten positive integers,

Place this order or similar order and get an amazing discount. USE Discount code “GET20” for 20% discount