PRG/211 Week 1 Lab 3.5: Divide by x

$ 8

PRG/211 Week 1 Lab 3.5.1: Divide by x.

Write a program using integers userNum and x as input, and output userNum divided by x four times.

Ex: If the input is 2000 2, the output is:

1000 500 250 125
Note: In Coral, integer division discards fractions. Ex: 6 / 4 is 1 (the 0.5 is discarded).

948 in stock

Description

PRG/211 Week 1 Lab 3.5.1: Divide by x.

Write a program using integers userNum and x as input, and output userNum divided by x four times.

Ex: If the input is 2000 2, the output is:

1000 500 250 125
Note: In Coral, integer division discards fractions. Ex: 6 / 4 is 1 (the 0.5 is discarded).

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

You may also like…