Can you order this code so it'll print "Fidelio"?

Nice! We create s, add "Fidel" to it and use concat() to include "io". Then we make sure that the string isn't empty, print it and close the statement.

Whoops! We create s, add "Fidel" to it and use concat() to include "io". Then we make sure that the string isn't empty, print it and close the statement.