Question: ab # 0 2 Due: 9 / 1 5 / 2 0 2 4 1 1 : 5 9 pm 6 0 Points a )

ab #02 Due: 9/15/202411:59 pm 60 Points a) Save a copy of this document with the file name containing your name. For example, Lab2-Takehome_YourFirstName_YourLastName.docx b) Copy-and-paste your answers (e.g., C++ source code) into the document. c) Copy-and-paste the program output window. d) Submit the following files: 1) This document as a word document; 2) Visual Studio project zip or all modified source code. Questions: -- Implement the Text ADT (use the declaration in the Text.h file)1) Implement the functions toUpper() and toLower() and test them by activating LAB1_TEST1 in config.h; 2) Implement the operators ==,<,> and test them by activating LAB1_TEST2.-- Lexical analysis program Create a new cpp file lexical.cpp. Read tokens from the specified program file (progsamp.dat), and then output each token along with the current count of tokens. Example of output:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!