#include <stdio.h> #include<conio.h> int main() { int a,b; printf("Enter two number"); scanf("%d%d, &a,&b"); printf("The value o | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

#include <stdio.h> #include<conio.h> int main() { int a,b; printf("Enter two number"); scanf("%d%d, &a,&b"); printf("The value o

Kapil

31st Oct 2020, 5:22 AM
kapil dahiya
kapil dahiya - avatar
3 Answers
+ 3
Please follow this guide on posting a question 👍 https://www.sololearn.com/Discuss/333866/?ref=app
31st Oct 2020, 5:23 AM
Ipang
+ 2
Hi Kapil, I can't reply DMs, so if you got a doubt, form the post accordingly, and answers will come automatically 👍
31st Oct 2020, 5:29 AM
Ipang
0
#include <stdio.h> #include <conio.h> int main() { int a,b,c,avr; printf("\n sokina a:"); scanf("%d",&a); printf("korim b:"); scanf ("%d",&b); printf ("rohim c:"); scanf ("%d",&c); avr=(a+b+c)/3 printf ("\n avr=%d",avr); getch(); return 0; }
13th May 2023, 5:25 PM
Md Arman
Md Arman - avatar