Write a program to input marks in three subjects and display the average marks and division in the class in python
Answers
Answered by
0
Answer:
# include < studio.h>
# include <conio.h>
void main( )
{
int a = subject a marks;
int b= subject b marks;
int c = subject c marks;
d= a+b+c/3;
printf("average of 3 subjects);
getch ( );
}
Similar questions