Part A. And Part B. Visual Basic coding. Should look similar to the second picture.
Part A Write a program that will search and find all of the Pythagorean quadruples such that a, b, and c are less than 1000. The program should output the values of a, b, c, and d in column 1-4. The program should also display a message box that reports the total number of iterations required to find all of the quadruples. Using the provided textbox, copy and paste your code into the textbox. I should be able to copy this code into an Excel VBA module and run it, and it should execute correctly Name the subroutine PythQuadSearch0 Code goes here End Sub Part B Write a program that will search and find all of the Pythagorean quadruples such that a, b, c are less than 1000 and where at-least two of the sides a, b, c, d are a prime number. The program should output the values of a, b, c, and d in column 1-4. The program should also display a message box that reports the total number of iterations required to find all of the quadruples Using the provided textbox, copy and paste your code into the textbox. I should be able to copy this code into an Excel VBA module and run it, and it should execute correctly Name the subroutine PythQuadSearchPrime0 Code goes here End Sub Part A Write a program that will search and find all of the Pythagorean quadruples such that a, b, and c are less than 1000. The program should output the values of a, b, c, and d in column 1-4. The program should also display a message box that reports the total number of iterations required to find all of the quadruples. Using the provided textbox, copy and paste your code into the textbox. I should be able to copy this code into an Excel VBA module and run it, and it should execute correctly Name the subroutine PythQuadSearch0 Code goes here End Sub Part B Write a program that will search and find all of the Pythagorean quadruples such that a, b, c are less than 1000 and where at-least two of the sides a, b, c, d are a prime number. The program should output the values of a, b, c, and d in column 1-4. The program should also display a message box that reports the total number of iterations required to find all of the quadruples Using the provided textbox, copy and paste your code into the textbox. I should be able to copy this code into an Excel VBA module and run it, and it should execute correctly Name the subroutine PythQuadSearchPrime0 Code goes here End Sub