#include <iostream> using namespace std; int main() { char name[50]; cout << "Please enter your name: "; cin >> name; cout << "Your name is: " << name << endl; }
Subscribe to:
Post Comments (Atom)
Directory implementation
The selection of directory-allocation and directory-management algorithms significantly affects the efficiency, performance, and reliabil...
-
#include <iostream> using namespace std ; const int CITY = 2 ; const int WEEK = 7 ; int main () { int temperat...
-
#include <iostream> using namespace std; const int Inng = 2; const int Player = 11; int main() {int inngtotal=0; int scor...
No comments:
Post a Comment