Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can you solve this question in C language. *Note : without ----> #include . thank you . Question One: Write a program that build

Can you solve this question in " C language".
*Note : without ----> #include .
thank you .
image text in transcribed
Question One: Write a program that build one dimension array of integers, which contain 10 random numbers, build a function to fill the array elements randomly, other function is required to print the elements of array, and different functions to do each of the following choices. The program should display menu for the user to choose one of the following choices: 1- The user can sort the array by choose number 0 (by Enter 0 ) from the available options. 2- If the user enters 1 , they will be able to insert a new number. This must be done after sorting the array, and if the number that needs to be entered is already there, an error notice must be displayed. 3- The user can remove a number from an array if they choose number 2 from the available options (delete must be by value or by Address) 4- The user can update specific number from an array if they choose number 3 from the available options. 5- The user can exit the program if they choose number 0 from the available options. Notes: If the user chooses an element to delete and it cannot be found in the array, an error message must show to let him know that either the element cannot be located, or the index exceeds the array's capacity

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

Beginning VB.NET Databases

Authors: Thearon Willis

1st Edition

1594864217, 978-1594864216

More Books

Students also viewed these Databases questions

Question

Identify three ways to manage an intergenerational workforce.

Answered: 1 week ago

Question

Prepare a Porters Five Forces analysis.

Answered: 1 week ago

Question

Analyze the impact of mergers and acquisitions on employees.

Answered: 1 week ago