Math, asked by bilalhussain520hc, 7 months ago

To find the square of a given
number.flowchart

Answers

Answered by Anonymous
1

Answer:

quare number program and flowchart

double n,z;

scanf("%lf", &n);

printf("Square of number %lf*%lf = %lf",n,n,z);

Step-by-step explanation:

Similar questions