#include<stdio.h>
#include<conio.h>
void main()
{
flaot temp1=22,temp2=35,temp3=32,temp4=39,temp5=33.3,avg;
clrscr();
avg=(temp1+temp2+temp3+temp4+temp5)/;
printf("avg of five sunny day is %f",avg);
getch();
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.