Write code for each step to determine the largest of three numbers. a. Declare three variables named decFirstNum, decSecondNum, decThirdNum, and assign the values 5.2, 3.8, and 12.1 to them b. Declare...


Write code for each step to determine the largest of three numbers.


a. Declare three variables named decFirstNum, decSecondNum, decThirdNum, and assign the values 5.2, 3.8, and 12.1 to them

b. Declare a Decimal data type named decTempNum.

c. Declare a Decimal data type named decLargestNum.

d. Using a Math procedure, assign the larger of the first and second variable to decTempNum.

e. Using a Math procedure, assign the larger of decTempNum and decThirdNum to decLargestNum.

f. Display the largest number as a Label named lblBigNumber.



May 18, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here