Answer:
see explaination
Explanation:
Please find the screenprint and the VBA code. As shown in the screenprint, range B1 is used to enter the number of petals. If you want to use a different cell for petals input, then change the code accordingly.
Also, the VBA code is placed in the Sheet1 module. No new modules are inserted.
Screenprint: see attachment for screenshot
VBA Code:
Private Sub CommandButton1_Click()
Call daisyDecisions
End Sub
Private Sub daisyDecisions()
Dim remainder As Integer
Dim noOfPetals As Integer
noOfPetals = Sheet1.Range("B1").Value
remainder = noOfPetals Mod 2
If remainder <> 0 Then
MsgBox "He/She loves you!!!"
Else
MsgBox "He/She loves you not!!!"
End If
End Sub
D. Make a decision about which colleges to attend that night.
Ctrl(control) + s = save
Tab = auto complete formula
ctrl +c =copy'
ctrl+v = paste
ctrl +z = undo
you can also drag your formula down different cells
First, you divide $71,000 by 12, to get the salary per month.
$71,000 / 12 = $<span>5,916.66.
Next, you divide the amount in a month by 2, to see how much money is paid for each half of a paycheck.
$5,916.66 / 2 = $2,958.33
Since the payment for every paycheck is $2,958.33, the answer is D.</span>