Skip to content

Latest commit

 

History

History
 
 

lab3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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