Add:2√2+5√3 and √2-3√3
Answers
Answered by
2
Answer:
find the area of whole total number of square are 20 and 10 squares are half.
Answered by
0
Answer:
#include<stdio.h>
void main()
{
int arr[5]={4,12,78,90,70};
int i=0;
for(i=0;i<=4;i++)
{
printf("\n %d",arr[i]);
}
return 0;
}
Similar questions