Computer Science, asked by jennifer15022008, 5 hours ago

#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 Anonymous
2

Answer:

#include<iostream>

#include<conio.h>

Except for this, everything is okay!

Similar questions