Computer Science, asked by tasha45, 6 months ago

write a program to calculate the cube root,square root,power.​

Answers

Answered by Legend42
5

Answer:

Cube Root Program In C

Algorithm. Algorithm of this program is very easy − START Step 1 → Take integer variable A Step 2 → Assign value to the variable Step 3 → Perform A modulo 2 and check result if output is 0 Step 4 → If true print A is even Step 5 → If false print A is odd STOP.

Flow Diagram. ...

Pseudocode. ...

Implementation. ...

Output.

Answered by prathamesh352
0

Answer:

Algorithm. Algorithm of this program is very easy − START Step 1 → Take integer variable A Step 2 → Assign value to the variable Step 3 → Perform A modulo 2 and check result if output is 0 Step 4 → If true print A is even Step 5 → If false print A is odd STOP

Similar questions