{"id":4392,"date":"2021-10-07T23:15:00","date_gmt":"2021-10-07T17:45:00","guid":{"rendered":"https:\/\/www.codingbroz.com\/?p=4392"},"modified":"2022-07-01T20:28:16","modified_gmt":"2022-07-01T14:58:16","slug":"javascript-program-to-find-average-of-3-numbers","status":"publish","type":"post","link":"https:\/\/www.codingbroz.com\/javascript-program-to-find-average-of-3-numbers\/","title":{"rendered":"JavaScript Program To Find Average of 3 Numbers"},"content":{"rendered":"\n

In this post, we will learn how to find the average of 3 numbers using JavaScript<\/strong>.<\/p>\n\n\n\n

\"JavaScript<\/figure>\n\n\n\n

Average of numbers<\/strong> is simply the sum of the numbers divided by the total number of elements in the set.<\/p>\n\n\n\n

Average = Sum of all Elements \/ Total no. of Elements<\/strong><\/p>\n\n\n\n

We will be using the above formula to compute the average of 3 numbers.<\/p>\n\n\n\n

So, without further ado, let\u2019s begin this tutorial.<\/p>\n\n\n\n

\n