Can you fix my code please? WARNING: There are ALOT of problemsyou should put your code in tag code. [code] #include<iostream> using namespace std; //without...
getline getting a line without user inputyou have to use "cin.ignore()" or fflush(stdin) before for loop;
first time working in arraysyour here [code] #include <iostream> #include <cstring> using namespace std; int main() ...