Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.9 KB

readme.md

File metadata and controls

34 lines (20 loc) · 1.9 KB

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors Visitors

Don't forget to hit the ⭐ if you like this repo.

Lab 6: Conditional statement to sort the numbers

Create a JavaScript conditional statement to sort the numbers.

Input: 56, 32, 53, 25, 19, 48

Output: 56, 53, 48, 32, 25, 19

Figure 6.1: Pictorial Presentation

Figure 6.2: Flowchart

Contribution 🛠️

Please create an Issue for any improvements, suggestions or errors in the content.

You can also contact me using Linkedin for any other queries or feedback.

Visitors