Q9
Single choice
John has a managed bean which is defined as follows:

The bean has a property called 'miles' which allows a distance in miles to be entered and converted to kilometers. John wishes to have a user enter a value via an edit box and use the managed bean to convert the value from miles to kilometers.
What should the value of the edit box's value attribute be in order to utilize the managed bean?