subject

Create a "record" structure called "Employee" for this data: string-5 ID
Name EmpName (Name is a type with three fields (First (string-32), Middle(string-1), Last(string-32)
int Dept_number
Office office (Office is a datatype with two fields, Building (string-32) and Room (int)

in these languages: COBOL, Java, Ada. In COBOL, the fields will be in a hierarchical relationship but must preserve the field names and sub-records. In Java, Employee, Name and Office are classes. In Ada, they will be record types. In Ada, multiple type are permitted in a single package. Put all three types in a single package. Assume int means 4 bytes int Java and Ada and 4 BCDs in COBOL.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 06:30
This technology is used to produce high-quality documents that look good on the computer screen and in print.
Answers: 1
question
Computers and Technology, 22.06.2019 22:00
Competent nonverbal communication involves interacting with others in a manner that is appropriate for which of the following? select all that apply. situation task individuals
Answers: 3
question
Computers and Technology, 24.06.2019 01:00
How can the temperature of a room be raised by 5degreesf?
Answers: 1
question
Computers and Technology, 24.06.2019 10:40
Joe needs to see the slide transitions and animations he has applied to his slides in a large view. which presentation view should he use? in which tab would joe find the animations option to make further changes, if any?
Answers: 1
You know the right answer?
Create a "record" structure called "Employee" for this data: string-5 ID
Name EmpName (Name i...
Questions