Write a VB.NET program to authorize an orbital shuttle's docking credentials.
The program should:
Docking denied if the Registry Number and Clearance Code pair entered is not validDocking clearance approved if the Registry Number and Clearance Code pair entered is validYou should use meaningful variable name(s) and VB.NET syntax in your answer.
| Registry Number | Clearance Code |
|---|---|
| SUT-409 | 8821 |
| SUT-712 | 3094 |