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