bedoornajah bedoornajah
  • 18-03-2021
  • Computers and Technology
contestada

Write a program using For loop to find the cube of the numbers from 50 to 100

Respuesta :

Аноним Аноним
  • 18-03-2021

Answer and Explanation:

For JAVA programming.

for(int i = 50;  i <= 100          i++;)

{

   int cubedNum = Math.pow(i, 4);

   System.out.println(cubedNum);

}

Answer Link

Otras preguntas

A germ cell of an organism has 60 chromosomes in it. It undergoes meiosis, and at the end it produces four daughter cells. What is the number of chromosomes in
Find the 13th term of the binomial expansion of: (2x-4)^21 Please help :(
Particles are arranged in a crystal structure in a sample of: a) H2 (g) b) Br2 (L) c) Ar (g) d) Ag (s)
karl needs to build a stage that has an area of 72 square feet. the length of the stage should be longer than the width. what are the possible whole number meas
3(9-8x-4x)+8(3x+4)=11 how do I work this out???
Find the speed of a 5.6-kg bowling ball that has a kinetic energy of 25.2 J.
a dictionary measures 24 centimeters by 20 centimeters. The ratio of its length to its width is about _ to 1
Which place depended on annual flooding to produce a constant surplus of food? A. Egypt B. Mesopotamia C. Both D. Neither
write an expression for the calculation 84 divided into sevenths added to 9 divided into thirds
tasha paid $20,000,00 for 800 chairs for her restaurant. How much did tasha pay for each chair.