Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ONLY PART B. PLEASE WRITE a NEW(don't copy from somewhere:() AND SIMPLE CODE, big thumbs up;) CNG 230 LAB 10 -Arrays Functions a. Write a

ONLY PART B.
PLEASE WRITE a NEW(don't copy from somewhere:() AND SIMPLE CODE, big thumbs up;) image text in transcribed
CNG 230 LAB 10 -Arrays Functions a. Write a C program that finds an element in an array of 10 numbers. First create an array of 10 elements and initialize it with integer random numbers between 1 and 100 in your program. Then ask user to enter a number and search this number in the array you have created. Display a message to the user indicating whether the number is in the array or not. Use a function called linear_search that you used in Worksheet 7 part d. A sample run for this array(1,7, 9, 4, 90, 56, 2. A sample run for this array(1,7,9, 4, 90, 56, 2, 100, 100, 5, 10) would be as follows: 5, 10) would be as follows: Enter a number to search: 5 Enter a number to search: 48 Number 5 is in the array! Number 48 is not in the array! b. Modify your program in part (a) such that the user enters the numbers that will be populated to the array A sample run would be as follows: A sample run would be as follows: Enter number 1 to populate: 2 Enter number 1 to populate: 2 Enter number 2 to populate: 65 Enter number 2 to populate: 85 Enter number 3 to populate: 9 Enter number 3 to populate: 9 Enter number 4 to populate: 78 Enter number 5 to populate: 27 Enter number 4 to populate: 15 Enter number 6 to populate: 36 Enter number 5 to populate: 22 Enter number 6 to populate: 36 Enter number 7 to populate: 25 Enter number 8 to populate: 4 Enter number 9 to populate: 61 Enter number 7 to populate: -87 Enter number 8 to populated Enter number 9 to populate: 1 Enter number 10 to populate: -98 Enter a number to search: 27 Enter number 10 to populate: 0 Number 27 is in the array! Enter a number to searcht 48 Number 48 is not in the array

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

Practical Oracle8I Building Efficient Databases

Authors: Jonathan Lewis

1st Edition

0201715848, 978-0201715842

More Books

Students also viewed these Databases questions

Question

Is the person willing to deal with the consequences?

Answered: 1 week ago