Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.99 KB

readme.md

File metadata and controls

38 lines (22 loc) · 1.99 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 3: Conditional Statement and loops

Write a JavaScript conditional statement to find the largest of five numbers. Display an alert box to show the result.

Input : -5, -2, -6, 0, -1

Output : 0

Figure 3.1: Pictorial Presentation

Figure 3.2: Flowchart

Figure 3.3: Result

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