This is a question about the C language. I am trying to make the code in C with the next requirements: Input file: Conta

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

This is a question about the C language. I am trying to make the code in C with the next requirements: Input file: Conta

Post by answerhappygod »

This is a question about the C language.
I am trying to make the code in C with the nextrequirements:
Input file: Contains student information. School number, name,age, address, grade, scholarship, school year, school year, schoolleave status, etc.
input file can contain this information:
name/ ID/ age/scholarship/ schoolstatus/ abroad/ address/ phone/ cgpa
songju/ 20091111/ 20/ 1/ Yes/ No/ city district streetstreetnumber house1/ 1234567890/ 3.0heylee 20081234 21 0 Yes No city district streetstreetnumber house2 2345678901 4.0junia 200500100 25 0 Yes Yes city district streetstreetnumber house3 3456789012 3.5mike 20102345 20 2 No No city districtstreet streetnumber house4 4567890123 3.3hongil 20081234 22 3 Yes No city district streetstreetnumber house5 5678901234 4.2
Required:1) Use user-defined functions, e.g., define functions that findmaximum values, and pass members of structures to parameters toresolve2) To be able to process multiple menus, e.g., use the scholarshipyear to address questions that may arise from students'information, such as printing the age and name of the student whoreceived more than once3) file IO utilization, input: files; output: monitor andfiles4) To allow the processing of sentences containing spaces andnumbers, e.g. to print the address of the oldest student, where theaddress is a complete address sentence, not a single word.5) structures, including structures as members of structures
Any help would be appreciable !
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply