Ask Question
21 June, 05:56

Write a conditional statement that will sort three numbers or strings. Display the results on the webpage.

+5
Answers (1)
  1. 21 June, 07:42
    0
    sort me

    Explanation:

    In this we create a program in jа vascript so we create a three variable in the function sort1 () the variable i. e a, b, c after that check the condition if (a>b && a>c) In this it check if variable "a>b "and it is also greater then c then it check check for "b>c" if "b>c" then it print the value of "a, b, c" otherwise print" a, c, b" similarly other conditional statement will check display the required output in webpage.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Write a conditional statement that will sort three numbers or strings. Display the results on the webpage. ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers