We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

Character Report

One of our interns built a program that prints information about Fantasy Quest characters. It's almost done, but there are still a few bugs.

Assignment

Fix the bugs to get the character report working!

Do not change the meaning of the values, only the syntax around them to change their data type.

Tips

You need to use the correct type-specific syntax for the variables. Here are some examples:

Type Rule Example
String Double quotes "Hello"
Integer Whole number 42
Float Use a Decimal 2.0
Boolean True or False True