i have to write an If statement that assigns 0 to intX when intY is equal to 20. This is what i got
IF IntY = 20 Then intX = 0
End IF
If statementsIf statement
Page 1 of 1
4 Replies - 952 Views - Last Post: 19 November 2010 - 10:29 AM
Replies To: If statements
#2
Re: If statements
Posted 19 November 2010 - 09:57 AM
OK, it looks fine.
What problem do you have with it?
What problem do you have with it?
#3
Re: If statements
Posted 19 November 2010 - 10:09 AM
I have to write an If statement that multiplies decPayRate by 1.5 when hours is greater than 40
This what i got
IF decPayRate > 40 then *40
This what i got
IF decPayRate > 40 then *40
#4
Re: If statements
Posted 19 November 2010 - 10:19 AM
i have to write an IF statement that sets the variable intfees to 50 when the boolean variable blnIsMax is True
IF intfees = 50 then blnIsMax = true
IF intfees = 50 then blnIsMax = true
#5
Re: If statements
Posted 19 November 2010 - 10:29 AM
Merged what are, for all intents and purposes, duplicate topics.
Why do I get the feeling you're sitting in an exam, looking for us to feed you answers? Because if you weren't, why wouldn't you just try these in your compiler?
Why do I get the feeling you're sitting in an exam, looking for us to feed you answers? Because if you weren't, why wouldn't you just try these in your compiler?
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|