Computer Science, asked by upadhyaysatish499, 5 hours ago

Write Algorithm for the following problems: 1. To find cube of a number 2. To find product of two numbers 3. To find quotient after division 4. To find remainder after division 5. To find sum and average of 5 numbers​

Answers

Answered by luckyaditya4507
0

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

Similar questions