void main() { float f1,f2; bool b = f1 && f2; // &&, || and ^^ operate on a boolean expression only }