WHY DATA TYPE INTEGER STORE TEXT#include <iostream> #include <string> using namespace std; int bank(string z) { int y; ...
cout after cinThank you for your answer!
cout after cinHow to print text immediately after cin, for example if I wrote code like: int x; cout << "Enter...
Function parametarI want to know why I need to mention int x in my loop in order to run program, because I tought that...
string in functionMain idea is to make function that will include string, and I don't Know what I need to fix. #in...
This user does not accept Private Messages