Computer Applications
Write an algorithm and draw the flowchart for the following:
Finding the cube of a given number.
Algo & Flowcharts
260 Likes
Answer
Algorithm
Step 1: Start
Step 2: Read the number and store it in a.
Step 3: Calculate cube of number as a * a * a
Step 4: Print cube of number
Step 5: Stop
Flowchart
Answered By
184 Likes