How to Create a Simple Program in C++?
Answers
Answered by
1
Answer:
Program to print your Name.
Explanation:
Program:
#include<iostream.h>
#include<conio.h>
void main()
{
clrscr();
cout<<"My Name is Leukonov";
cout<<"Aka OLegion";
getch();
}
Output:
My name is Leukonov
Aka OLegion
Hope it helps...
Regards;
Leukonov/Olegion.
Similar questions
Accountancy,
6 months ago
Environmental Sciences,
6 months ago
Geography,
6 months ago
Math,
1 year ago
Math,
1 year ago