Ask Experts Questions for FREE Help !
Ask
    13jacksonpa's Avatar
    13jacksonpa Posts: 3, Reputation: 1
    New Member
     
    #1

    May 16, 2014, 03:54 PM
    Is the decision point in an IFTHENELSE statement a conditional or unconditional?
    I believe it would be an unconditional branch, because whether the program follows "T" or "F" it continues (sorry for my lack of fancy programming words I'm just starting)
    Appzalien's Avatar
    Appzalien Posts: 540, Reputation: 57
    Senior Member
     
    #2

    May 18, 2014, 06:26 AM
    WOW! It's been a long time since I did anything with programming language but it seems to me to be conditional. If a is b then c else d so you actually have two choices c or d. d could actually be to return to the initial choice like if your asking for input y for yes and n for no and someone accidentally types u it would return to asking for y or n cause u is not a choice. Take that with a grain of salt since I took fortran in 1982.
    ScottGem's Avatar
    ScottGem Posts: 64,966, Reputation: 6056
    Computer Expert and Renaissance Man
     
    #3

    May 18, 2014, 07:02 AM
    This sounds like a homework question, is it? If so you should identify it as such.

    In any case, an If... Then... Else statement is called a conditional. Because it acts differently depending on whether a condition is true or false. In addition to If... Then... Else you also have Select Case statements that fall into the Conditionals class.

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!

Conditional or Unconditional Probability [ 17 Answers ]

Looking for some help on this question. I can't figure out if this is a unconditional or conditional probability and which formulas to use. Suppose that 18% of the employees of a given corporation engage in physical exercise activities during the lunch hour. Assume that 57% of all employees are...

Two conditional IF statement using Month function [ 1 Answers ]

I am trying to write a two conditional IF statement that sums up values in column C if for example column A = January and column B = category x. The result would be January sales for category x after querying a large spreadsheet of sales data. Right now I'm using the following formula: ...


View more questions Search