Q. To print to print cubes of first n numbers.


Answer :-

Algorithm:-

1. Start
2. Input a number
3. For I in range ( number +1 )
        Cube = I ** 3
        Print cube
4. Stop

Pseudocode :-

N = input "a number"
For I in range 0 to n + 1
             Cube = I ** 3
             Display cube

Flow Chart :-



Click on image for clear view.

2 Comments

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

  1. Bro here you have written that click the image for clear view but when i click the image it shows me half image not full.

    ReplyDelete
    Replies
    1. if you are using phone then please download the image.

      Delete

Post a Comment

You can help us by Clicking on ads. ^_^
Please do not send spam comment : )

Previous Post Next Post