Question: I wrote program that should remove all white spaces from input but it is not working for some reason. can you pls check and tell
I wrote program that should remove all white spaces from input but it is not working for some reason. can you pls check and tell me what is the issue? the program shoudl use basic functions. no arrays., no void, ets. #include #include #include using namespace std; int main(){ string str, str2, str3; int y = str.size(); cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
