Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Laboratory 06: Object-Oriented Programming (OOP) (Valid grade for the second cut).

The submission deadline for the assignment is Tuesday, October 3rd, at 23:59 hours, via the
virtual platform. The submission should not be delayed beyond this deadline. The
assignment allows a maximum of two students to collaborate. Please note that groups
consisting of three students will not be permitted under any circumstances. Only one of the
two students should upload the report to Moodle.

The report for the assignment is expected to be written in English. Additionally, you are
required to present the assignment in class on Wednesday, October 4th.

Your adherence to these deadlines and presentation requirements is appreciated.

Design a program in C++ programming language in such a way that you enter an
indeterminate number of words (ask to enter a word, or press a number to exit), then, these
words must be organized in a lexicographic way and visualized by command console, it is
not possible to use functions, only use libraries seen in class.

The code must be able to be copied and pasted


To accomplish this, kindly adhere to the sequential stages of the programming
methodology:
• Problem Analysis.
• Problem Specification.
• Algorithm Design.
• Algorithm Testing and Refinement.
• Code Implementation.
• Testing and Verification.

You might also like