Computer Science, asked by radhikaradha596, 4 months ago

white a program in c plus plus to print your name

Answers

Answered by satwikasunkara
1

Answer:

C++ Program to Print the Name of the User using Streams

* C++ Program to Print the Name of the User using Output Stream.

#include <string>

std::string firstname;

  • std::cout << "Hello User, Enter your first name.\ n ";
  • std::cin >> firstname;
  • std::cout << "Hello " << firstname.
  • <<". It was nice to know your name!\ n";

Explanation:

Answered by vivekbt42kvboy
2

Answer:

my birthday .............

30 April

Similar questions