Solved

An Application Allows a User to Enter an Employee Code,a

Question 37

Essay

An application allows a user to enter an employee code,a salary amount,and a bonus rate to be used in a calculation.The salary amount will always be a whole number,and the bonus rate may contain a decimal place.Write the appropriate Dim statements to declare the variables.Write the related statements needed to convert the strings entered by the user into numeric data types.

Correct Answer:

verifed

Verified

Dim strCode As String
Dim intS...

View Answer

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions