Write a component named <DoubleNumber>
that has an input that accepts numbers.
When changing the value inside the input, its doubled value will appear underneath.
The component should render:
Value is 0
.For example: when you enter “1” in the input field, the value shown below changes to “2”. If you then append a “0” (making the input “10”), the value underneath updates to “20”.