I've been racking my brain for the past hour or so trying to figure this code out. The goal is to build a code that will convert pounds to kilograms upon typing the pound variable.
I keep on getting the same error: expected unqualified-id before 'return'
This is referring to the very end, where it says "return kilograms ;"
How might I go about getting rid of this error? What did I do wrong?