Display the series of 1,8,27 upto 1000. Small basic program.
Answers
Answered by
0
Answer:
class prog
{void mmain(){
for (int i=1;(i*i*i)<=1000;i++)
{
System.out.print((i*i*i)+" " );}}}
Similar questions
Math,
6 months ago
Social Sciences,
6 months ago
Computer Science,
6 months ago
Math,
1 year ago
Math,
1 year ago