Please help me I only got 2 day left to do it before it's too late | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Please help me I only got 2 day left to do it before it's too late

It is assumed that a person is characterized by the surname, the first name and his telephone. Our objective is to create a telephone directory, we can define a person structure that contains two character string variables and a integer variable for phone numbers. 1. Write a function voidadd_person (FILE *rep) that enters a person and add it at the end of the file passed as a parameter 2. Write a function voiddisplay_person_set (FILE *rep) that displays the file content 3. Write a function voidfind_person_number (FILE *dir, char *name) that allows to find the telephone number of a person given in parameter 4. Write a function voidchanger_person_number (FILE *dir, char *name) which allows to change the phone number of a given person in parameter 5. Write a voidmenu(FILE *rep) function that asks for the operation to perform: add a person, display the contents of the directory, find a number or leave the program 6. Write the main program

19th Aug 2022, 8:12 AM
Carl Henry
Carl Henry - avatar
8 Answers
+ 7
Carl Henry You are learning coding so you have to give some effort and show attempts. We cannot write complete code for you.
19th Aug 2022, 8:22 AM
A͢J
A͢J - avatar
+ 4
Carl Henry See if you don't show your effort then how we can help you.
19th Aug 2022, 8:21 AM
A͢J
A͢J - avatar
+ 3
Carl Henry Your solution?
19th Aug 2022, 8:16 AM
A͢J
A͢J - avatar
+ 3
In addition to the link (from Sololearn Playground) of your attempt please let us know which language will be prefered.
19th Aug 2022, 10:51 AM
JaScript
JaScript - avatar
+ 3
No we don't do homework here. You have to at least show some understanding by providing your try. Then we help you from there.
19th Aug 2022, 8:39 PM
Chris Coder
Chris Coder - avatar
+ 1
Carl Henry Take your low grade like a man. You said help but you are asking us to cheat for you..
20th Aug 2022, 4:54 AM
Jamari McFarlane
Jamari McFarlane - avatar
0
I don't really have a solution,I'm just looking for someone that could help me
19th Aug 2022, 8:19 AM
Carl Henry
Carl Henry - avatar
0
Why do you have only 2 days to solve this coding problem?
22nd Aug 2022, 7:36 AM
Andrew Slusher
Andrew Slusher - avatar