Code components are implemented in Visual Basic as Class Modules. Modules have existed in Visual Basic since its first version. They store variable declarations and code (questions and subroutines), which are available to all the other components of an application. Many of the examples developed in previous chapters have their own Modules. If the function Convert Temperature(degrees…