write a program to print a bio data of a student
Answers
Answered by
2
Answer:
How to write a program print your Bio Data in C++?
#include <iostream>
#include <conio.h>
using namespace std;
void main()
{
cout<<“\n\t\t———- BIO DATA ———-“<<endl<<endl;
cout<<“NAME: Your Name”<<endl;
cout<<“FATHER NAME: Your Father name”<<endl;
Answered by
0
Answer:
this is the right answer
Attachments:
Similar questions