Write a program in C++ to print your name and your friend's name in different lines.
Answers
Answered by
0
Explanation:
#include <iostream>
using namespace std;
int main()
{
cout << "\n\n Print a welcome text in a separate line :\n";
cout << "----------------------------------------------\n";
cout << " Welcome to \n" ;
cout << " w3resource.com "<<endl ;
}
Similar questions
English,
1 day ago
Math,
1 day ago
English,
3 days ago
Business Studies,
3 days ago
Math,
8 months ago