The if statement is wrong, it's missing a closing parenthesis, but also you're comparing a variable named "now" while the only variable you have is named "n" and has the value "now" which is also wrong because it's a char and can only save one character, not a string, also strings are delimited with ", not '.
The else statement is also wrong and even the text you seem to want to display to the user is interpreted as code, because it's not a string. And even if it's a string it won't work that way