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.
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.
ReplyDeleteif you are using phone then please download the image.
DeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )