Computer Science, asked by jothir012, 7 months ago

Write the javascript coding using the conditional statement for the following Scenario Display 1."status=walking" if the entered speed is less than 10 and greater than 2 2. "status=cycling or driving" if speed>10. otherwise if speed is equal to zero display "status=idle".

Answers

Answered by student303
1

Answer:

Write the javascript coding using the conditional statement for the following Scenario Display 1."status=walking" if the entered speed is less than 10 and greater than 2 2. "status=cycling or driving" if speed>10. otherwise if speed is equal to zero display "status=idle".

Explanation:

Similar questions