You are creating the necessary variables for an application. The data you will store in these variables has the following characteristics: Consists of numbers Includes numbers that have decimal points Requires more than seven digits of precision You need to…

You are creating an application that presents users with a graphical interface in which they computers that do not have network connectivity. Which type of application should you choose? A. ClickOnce B. Windows Service C. Windows Forms D. Console-based

You are creating a variable for an application. You need to store data that has the following characteristics in this variable: Consists of numbers and characters Includes numbers that have decimal points Which data type should you use? A. Decimal…