Computer Science, asked by kamakhya4343, 1 month ago

write a program to print a bio data of a student​

Answers

Answered by laughingking777
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 aryanlegend30
0

Answer:

this is the right answer

Attachments:
Similar questions