Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 303 Bytes

File metadata and controls

7 lines (7 loc) · 303 Bytes

W04D03Lab2

  • Create Calculator component that contains 2 Temperature Input (for inputting temperature in degrees Celsius or Fahrenheit) as shown below: 1
  • When a user enters a value in either of the two TemperatureInput, the value in the other TemperatureInput should automatically change.