Computer Science, asked by mohamed465776, 10 months ago

Write a QBasic program that can read and store three vectors A, B, and C. The user
should ask for the vector sizes (use different sizes of the vectors) then compute the
followings:
1. Read and print each vector, Use one general subroutine for this task.
2. Calculate and print the merging vector H where
H=[A(1),B(1),C(1),A(2),B(2),C(2),A(3),B(3),C(3),..........],. Use subroutine for this
task.

3. Determine and print the intersection elements of (A,B), (A,C) and (B,C), use
only global subroutine for any intersection determination.
4. It is required to insert number 6 in the 2rd position in vector A while number
45 in the 3rd position in vector B while number 32 is inserted into 4th position in
vector C. Then print the vectors after inserting these numbers.
-------------------------------------------------------------------------------------------------------

Answers

Answered by infinity3zeros
0

Answer:

sry , I didn't get the answer

Similar questions