Display the cube of the number up to a given integer in python
Answers
Answered by
3
Iterate a loop in the range i=1 to n. Display the value of i and cube of i.
...
Here comes the answer to your question.
In Java. import java.util.*; ...
In Python. n=int(input("Enter limit - ")) ...
In C. #include <stdio.h> ...
In C++ #include <iostream>
Similar questions
Social Sciences,
1 month ago
Math,
1 month ago
Math,
1 month ago
Science,
2 months ago
Physics,
2 months ago
CBSE BOARD XII,
9 months ago
English,
9 months ago