Question: display message

Hi all

I would like to display 'Hello' or 'try again' to see the condition introduced is satisfied or not. 

if f(a) <0 then print( a, f(a));
display ('  Hello);
else
display( ' Tru again')

end if;

 

But this code does not work.

Thanks for any help.

 

 

Please Wait...