Ask Experts Questions for FREE Help !
Ask
    andyhaus1057's Avatar
    andyhaus1057 Posts: 98, Reputation: 1
    Junior Member
     
    #1

    Jul 16, 2009, 10:26 AM
    If-then-else statements
    How would I go about designing an If-Then-Else statement or a flowchart with a dual alternative decision structure) that assigns 0 to the variable b if the variable a is less than 10? Otherwise, it should assign 99 to the variable b.
    ebaines's Avatar
    ebaines Posts: 12,131, Reputation: 1307
    Expert
     
    #2

    Jul 16, 2009, 10:50 AM

    Not sure what language you're into, but in general the logic would be like this:

    if(a<10)
    then b = 0;
    else b = 99;
    endif
    rdpalmer's Avatar
    rdpalmer Posts: 1, Reputation: 1
    New Member
     
    #3

    Feb 3, 2012, 10:41 PM
    if temperature is <0 Then

    Else if variable is > 10 then
    Display "Variable is A
    Else if variable is

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

401K Statements [ 1 Answers ]

Hi, If I know my 401K trustee and my ex companies EIN how can I get my latest 401K statement online ? Is there any website ? Rayomand

Accounting Statements [ 2 Answers ]

I've been given a completed "adjusted trial balance", and I have to submit an income statement and owner's equity statement. I don't know where to begin. Is there an online site or somewhere that I can look to tell me which column these figures go? It's due in 4 days!

Financial Statements [ 1 Answers ]

Who are the internal and external users of a company’s financial statements?

Old bank statements [ 2 Answers ]

Can I get old bank statements from my bank?


View more questions Search