Ask Question
7 November, 15:50

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

+3
Answers (1)
  1. 7 November, 17:32
    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?
Get an answer to your question ✅ “Write a conditional statement that will sort three numbers or strings. Display the results on the webpage. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers