algorithm to find the area of square
Answers
Answered by
1
Explanation:
int area,side;
scanf("%d",&side);
area = side*side;
print("%d",area);
Answered by
2
Answer:
c program to calculate area of square (flowchat)
Explanation:
1) start
2) input x
3) sq=x*x
4) print sq
5) stop
Similar questions
Math,
4 months ago
Geography,
4 months ago
Environmental Sciences,
4 months ago
Physics,
8 months ago
Computer Science,
8 months ago
English,
11 months ago
Physics,
11 months ago