[Solved]Quiz Need Create Use Input File Called Wordstxt Abcba 5 B5 Gfg Hgd Ryz Zaaz Uww Mima Jkl N Q37035644
For this QUIZ you will need to create and use an input file called words.txt: Abcba 5 b5 gfg hgd ryz zaaz uww a MImA jkl nml stu tru CbA Input Format Each line in the input file contains a string a sequence of characters, possibly including numbers and spaces. Instructions Write and run a C++ program that reads the input data from the input file and produces an output file, palindromes.txt, containing all palindromes in the input file. A palindrome is word, phrase, or number, or a sequence of characters which reads the same forward or backward. Provide on the back of this sheet: (1) the C++ program, and (2) the output. Show your complete code and output on the back page. Demonstration of the program developed to your instructor before leaving is required. Show transcribed image text For this QUIZ you will need to create and use an input file called words.txt: Abcba 5 b5 gfg hgd ryz zaaz uww a MImA jkl nml stu tru CbA Input Format Each line in the input file contains a string a sequence of characters, possibly including numbers and spaces. Instructions Write and run a C++ program that reads the input data from the input file and produces an output file, palindromes.txt, containing all palindromes in the input file. A palindrome is word, phrase, or number, or a sequence of characters which reads the same forward or backward. Provide on the back of this sheet: (1) the C++ program, and (2) the output. Show your complete code and output on the back page. Demonstration of the program developed to your instructor before leaving is required.
Expert Answer
Answer to For this QUIZ you will need to create and use an input file called words.txt: Abcba 5 b5 gfg hgd ryz zaaz uww a MImA jkl… . . .
OR

