subject

Code in Objective C Create a structure to hold textbook information for the four courses listed below. Include in the structure the textbook title, author, ISBN, and the course ID and title it belongs to. You will also need to create a class for students. Student class will contain information for student name, id number, and home campus, (Lake Worth, Palm Beach Gardens, Boca Raton, Belle Glade, and Loxahatchee) and course information (empty until entered by the user). You will create a program that demonstrates the creation of 4 students (each must be on a different campus). Once the students have been created allow a user to enter 2 course IDs for each student and your program will display the student information as well as the textbook information for the courses that were entered. Be sure that your prompts and displays are easy to read and understand. You have leeway on how you display the information as well as the logic for the program. We have learned several data structures during this course so design efficiently. Keep in mind that when the program is tested the course IDs will be entered just as you see them below.

Courses IDs and textbook information:

COP2654 Programming in Objective-C Presents an introduction to Objective-C, covering such topics as classes and objects, data types, program looping, inheritance, polymorphism, variables, memory management, and archiving. 9780321967602 Stephen G. Kochan Pearson Education 2013-01-01

COP2800 Java Programming + Mindtap Programming 9781337576604 Joyce Farrell

COP1000 Programming Logic & Design, Comprehensive 9781337102070 Joyce Farrell Cengage Learning

COP2334 Starting Out with C++ 9780134400242 Tony Gaddis, Judy Walters, Godfrey Muganda

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 20:00
An excel which cell contains =b2 is copied to row below, the same column. what will be the new cell's content
Answers: 2
question
Computers and Technology, 22.06.2019 15:00
This is not a factor that you should use to determine the content of your presentation. your audience your goals your purpose your technology
Answers: 1
question
Computers and Technology, 23.06.2019 15:30
Write a program in plp assembly that counts up by one starting from zero (or one) inside a loop and writes this value to the leds every time the value is increased. the memory address of the leds is 0xf0200000. the table below shows the meaning and an example usage of the instructions covered in the video, plp instructions for project 1. instruction example usage meaning load immediate li $t0, 8 register $t0 is set to the value, 8. store word sw $t2, 0($t1) the value in register $t1 is used as the memory address. the value in register $t2 is copied into this memory address. add addiu $t4, $t3, 29 register $t4 is assigned the sum of 29 and the value in register $t3. jump j your_label_name the program jumps to the line following the label, "your_label_name: ". label your label name: defines a label called "your_label_name: " that can be jumped to
Answers: 2
question
Computers and Technology, 25.06.2019 08:00
A( the heart of an information system, is a collection of all relevant facts organized in a series of integrated files.
Answers: 1
You know the right answer?
Code in Objective C Create a structure to hold textbook information for the four courses listed bel...
Questions
question
History, 01.04.2020 22:30
question
Mathematics, 01.04.2020 22:31
question
Mathematics, 01.04.2020 22:31
Questions on the website: 13722367