Write an algorithm and draw the flowchart for the following:
Finding the cube of a given number.
266 Likes
Step 1: StartStep 2: Read the number and store it in a.Step 3: Calculate cube of number as a * a * aStep 4: Print cube of numberStep 5: Stop
Answered By
188 Likes
Print the smallest of two numbers.