Continue example 1: Enhancing the previous example to ignore invalid input
While True (infinite loop):
Get a value in pounds from the user (or 'x' to exit)
If the value is 'x', break out of the loop
If the value is not a number, print an error message and continue to the next iteration
Convert the value to kilograms and print the result