Skip to content

C++ program that enters courses data using the struct Courses.

Notifications You must be signed in to change notification settings

porpup/Table_of_Courses

Repository files navigation

Table_of_Courses

Given the following data structure, declare a structure named Courses with the appropriate fields data types.

 ---------------------------------------------------------------------
| Course number | Title                     |Hours per week | Session |
 ---------------------------------------------------------------------
| 420-AP1-AS    | Algorithm and Programming | 6             | W2022   |
 ---------------------------------------------------------------------

Write a code program in C++ that allows entering all the courses data that you have for current session at compile-time using the structure Courses.

About

C++ program that enters courses data using the struct Courses.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages