{"id":5073,"date":"2021-12-21T23:00:00","date_gmt":"2021-12-21T17:30:00","guid":{"rendered":"https:\/\/www.codingbroz.com\/?p=5073"},"modified":"2023-10-12T21:08:36","modified_gmt":"2023-10-12T15:38:36","slug":"c-program-to-find-sum-and-average-of-3-numbers","status":"publish","type":"post","link":"https:\/\/www.codingbroz.com\/c-program-to-find-sum-and-average-of-3-numbers\/","title":{"rendered":"C Program to Find Sum and Average of 3 Numbers"},"content":{"rendered":"\n

In this program, we will learn how to find the sum and average of 3 numbers using C<\/strong> Programming language.<\/p>\n\n\n\n

This program asks the user to enter three integers, then it computes the sum and average of those three numbers using simple arithmetic operators.<\/p>\n\n\n\n

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

\n