Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

#include #include #include #include #include function.h using namespace std; int counter=0; int main(){ // Display menu int choice; do{ mainMenu(choice); // Switch statement for choices

#include

#include

#include

#include

#include "function.h"

using namespace std;

int counter=0;

int main(){

// Display menu

int choice;

do{

mainMenu(choice);

// Switch statement for choices

switch (choice)

{

case 1:

AddStudent();

break;

case 2:

if (!emptyarray())

DeleteStudent();

break;

case 3:

if (!emptyarray())

Updatestudent();

break;

case 4:

if (!emptyarray())

SearchStudent();

break;

case 5:

if (!emptyarray())

display();

break;

case 6:

if (!emptyarray())

SortingStudents();

break;

case 7:

cout

break;

default:

cout

break;

}

//read information:

void readinfo(students_info student[]);

}while(choice!=7);

//write file after exit

void writeinfo(students_info student[]);

return 0;

}

can if thier is an error in this code because when i run the code it apper this page?

image text in transcribed
Classes Detog mainfiecpp functistspp tunctionh Makeflewin 27 main_file.ol main_file.cpp \[ S(C P P) \text {-C main file.cpA -o main_file.o } 5 \text { (CoxfLWGS) } \] function.er function. S(CPP)-c function.cpe te functien.e I(COCFLACS) Ine Cil tie Menage mentierep (burbishi int detedter. CNhernugaibeitiplyoue pepatimanstea culmays oeshep serie minituohtden. respetua tugat Fryat-serteme

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions