WAP that allows a user to create and modify an array of size 10. Below is the menu that should be displayed.
Below is an specification of each of the 8 menu items.
Hints
* This program will be easiest if you put different parts of it into subroutines (or functions). You will need to look up how to use a subroutine in QBASIC. They are much like functions, except they don't have a "return" statement.
* You need to create an array in a special way so it can be accessed within the subroutine. To do this, you must use the keyword shared. An example is: DIM shared arrName(10)
* You need to display the menu over and over again, so there should be a loop, that ends once a user enters 8.
* There are a lot of parts to this problem!! You may want to work on them separately at first. For example, you could first work on getting bubble sort to work in QBASIC separately.
Aaditya jha • Opt_math
The area of mathematics relating to the study of trigonometric function in relation to measurement in triangles is known as trigonometry.Note:Hypot...