Question: Given a text file input . txt , write a program to identify all the lexemes from the file input . txt and write the
Given a text file inputtxt write a program to identify all the lexemes from the file inputtxt and write the lexemes separated by a single space into the file outputtxt Please keep in mind that all comment lines lines that begin with blank lines and extra white spaces are not included in the file outputtxt Do not forget to place one space before and space after each lexeme. Note that the cin is one lexeme. Save it as Prog and upload it on Canvas.
input.txt:
declare variables
int num nume numt ;
initialize variables
num; num ;
num ;
cin t ;
compute and display their total
t num numt; compute new value for t
num numt; compute new value for num
Sample output.txt:
int num nume num t;
num;
num;
num;
cint;
t numnumnumt;
numnumt;
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
