C++ 1. Application data: the application data are of your own design with the requirement that each record in the system

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

C++ 1. Application data: the application data are of your own design with the requirement that each record in the system

Post by answerhappygod »

C++
1. Application data: the application data are of your own design
with the requirement that each record in the system must contain a
primary key (it must be unique and it must be a
string), and at least four non-key fields. Think
about original/interesting/educational data that matches the
program requirements or use the Student example
below.
2. Based on application data choose a Project Title such as
“High School Student Database” (it should not include words like a
binary tree, stack, queue, et.)
PROJECT TITLE: Ariana Student Database Database
APPLICATION DATA: Student with the following
member variables:
stu_id – primary key (string, unique)
name
address
phone
year
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply