write VB program's code and Design the form,to read a(5),b(5) array and then find the equal elements in two arrays,print these elements and position for example if a=[3 4 5 6 7 ], b=[8 9 0 3 4] the result a(1)=b(4), a(2)=b(5)

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter7: Arrays
Section7.3: Declaring And Processing Two-dimensional Arrays
Problem 4E: (Practice) Write a C++ program that adds equivalent elements of the two-dimensional arrays named...
icon
Related questions
Question

Visual basic>

write VB program's code and Design the form,to read a(5),b(5) array and
then find the equal elements in two arrays,print these elements and position
for example if a=[3 4 5 6 7 ], b=[8 9 0 3 4]
the result a(1)=b(4), a(2)=b(5)
Transcribed Image Text:write VB program's code and Design the form,to read a(5),b(5) array and then find the equal elements in two arrays,print these elements and position for example if a=[3 4 5 6 7 ], b=[8 9 0 3 4] the result a(1)=b(4), a(2)=b(5)
Expert Solution
steps

Step by step

Solved in 1 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr