Computer Science, asked by sivatungala12, 7 days ago

Display the cube of the number up to a given integer in python

Answers

Answered by aastharajput3101
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