Westonci.ca is the premier destination for reliable answers to your questions, provided by a community of experts. Experience the ease of finding accurate answers to your questions from a knowledgeable community of professionals. Explore comprehensive solutions to your questions from a wide range of professionals on our user-friendly platform.

Write a c++ program for displaying your full name

Sagot :

Explanation:

#include<iostream>

using namespace std;

void main() {

      cout << "Name :: "your name"" << endl;

}

Unless I absolutely forgot how to write codes, this should be how you do it.