thanks,already delete the declaration..now the problem is to call any equations into if else..
You can, but not assigning the void return code to a variable. That won't work. You must make your function return type bool, and then you can just call it:
if(low1())
{
// low1() returned true