Problem
You are writing a program that keeps track of the over 200 terminals connected to a company computer. For each terminal, the following information must be kept: Brand and model (a string of up to 15 characters) Data rate (a range of 10 through 56,600 characters per second) Parity (Even, Odd, One, Zero, or None) Echoplex (Half or Full) Data bits (7 or 8) Stop bits (1 or 2) Design a data structure for this problem, and write the type definitions for all the data types that are needed to implement your design.