1824 Views

Write a C program to print the average of three numbers by taking input from user


ujjwalanand549 11th Mar, 2022
Answer (1)
Aditya 11th Mar, 2022

Hi aspirant,

Following below is the C code for the mentioned scenario:

#include<stdio.h>


int main(){

float a,b,c,average;

scanf("%f%f%f",&a,&b,&c);

average=(a+b+c)/3;

printf("%.2f",average);

return 0;

}


Hope it helps!!

Related Questions

Amity University | M.Tech Adm...
Apply
Ranked amongst top 3% universities globally (QS Rankings).
Shoolini University Admission...
Apply
NAAC A+ Grade | Ranked No.1 Private University in India (QS World University Rankings 2025)
Amity University Noida B.Tech...
Apply
Among Top 30 National Universities for Engineering (NIRF 2024) | 30+ Specializations | AI Powered Learning & State-of-the-Art Facilities
Amity University Noida MBA Ad...
Apply
Amongst top 3% universities globally (QS Rankings)
Amity University, Noida BBA A...
Apply
Ranked amongst top 3% universities globally (QS Rankings)
JSS University Noida MBA 2025
Apply
170+ Recruiters Including Samsung, Zomato, LG, Adobe and many more | Highest CTC 47 LPA
View All Application Forms

Download the Careers360 App on your Android phone

Regular exam updates, QnA, Predictors, College Applications & E-books now on your Mobile

150M+ Students
30,000+ Colleges
500+ Exams
1500+ E-books