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.
Fix the bugs to get the character report working!
Do not change the values themselves, only the syntax around them to change their data type.
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 |