Re: Logical expressions help! (newbie)



"Nektarios - Greece" <eizo5@xxxxxxxxxxxx> wrote in message
news:e7mg3j$2t2$1@xxxxxxxxxxxxxxxxxxxxxx
[...]
THE QUESTION :
How can i make the program to find out that both mathematical
expressions are valid ( "if then else" won't work in case of x=1 )
and inform the user about that ? After that, the program should
present the two results in the same form.

There is no if-else. There are two ifs. They are independent. Just
check them one after another.

If there are four, check all four one after another.

Groetjes,
Maarten Wiltink


.