draw the flow chart to find the square of a number
Answers
Answered by
6
Answer:
Square number program and flowchart:
1. double n,z;
2. scanf("%lf", &n);
3. printf("Square of number %lf*%lf = %lf",n,n,z);
Similar questions
Social Sciences,
4 months ago
Math,
4 months ago
History,
8 months ago
Math,
8 months ago
Chemistry,
11 months ago
Accountancy,
11 months ago