Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Instruction : One is a word file or pdf file (both is okay). This file consists of your explanation of solution. The explanation should be
Instruction :
- One is a word file or pdf file (both is okay). This file consists of your explanation of solution. The explanation should be given using narrative or pseudocode, and flowchart for better explanation. A detailed explanation of your solutions such as reasoning of algorithm of choice will give better score.
- Another file is .c files of your solution that represent each question.
PLEASE USE C PROGRAMMING AND USE HEADER INCLUDE STDIO.H
MAKE THE CODE AS SIMPLE AS U CAN
2. (35 point). Suppose Riri is your neighborhood. She wants to make an application to store his Friends data with data: Name, Phone Number, Address. She also want to print datas based on name column. If the data not exists, then print out: Data not exist". Help Riri create the program. Example Data: Name Address Phone Number (13 Digit) 081225224336 Dini Noviani Dini Marvati 081225224337 Fahri Fabruc 081225224338 081227224336 Pekalongan, Jawa Tengah Semarang, Jawa Tengah Jayapura, Papua Sintang, Kalimantan Barat Samarinda, Kalimantan Timur Malang, Jawa Timur Bandung, Jawa Barat Zafir 081235294339 Ruben 081205220336 Tria 081225224336 If riri input "Dini, then the program will give output: Dini Noviani 081225224336 w Pekalongan, Jawa Tengah Semarang, Jawa Tengah Dini Marvati 081225224337 If rici input "Fah", then program will give output: , Fahri Fahrur 081225224338 081227224336 Jayapura, Papua Sintang, Kalimantan Barat If rici input X, then program wil give output: "Data Not ExistStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started