Question: #include #include using namespace std; int main ( ) { ofstream ofile; string input, separated; ofile.open ( phrases . txt ) ; cout
#include
#include
using namespace std;
int main
ofstream ofile;
string input, separated;
ofile.openphrasestxt;
cout "Type the sentence no spaces: ;
cin input;
separated input;
for int i ; i input.length; i
char ch inputi;
if ch A && ch Z
separated ;
ch charch Aa;
separated ch;
cout "Separated: separated endl;
ofile.close;
return ;
Modify the above program in C so it will accept several inputs until the user types STOP. All the sentences must be written to the file "phrases.txt
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
