#include using namespace std; int main() { char name[50]; cout << "Please enter your name: "; cin >> student name; cout << "student name is: " << name << endl; cout>std;endl; }
Answers
Answered by
2
Answer:
#include<iostream>
#include<conio.h>
Except for this, everything is okay!
Similar questions