PRG/211 Week 4 Lab 9.3 Arrays: Output values below an amount

$ 8

PRG/211 Week 4 Lab 9.3 Arrays: Output values below an amount

Write a program that first gets a list of 5 integers from input. Then, get another value from the input, and output all integers less than or equal to that value.

Ex: If the input is 50 60 140 200 75 100, the output is:
50 60 75
For coding simplicity, follow every output value by a space, including the last one. Then, output a newline.

Such functionality is common on sites like Amazon, where a user can filter results.

899 in stock

Description

PRG/211 Week 4 Lab 9.3 Arrays: Output values below an amount

Write a program that first gets a list of 5 integers from input. Then, get another value from the input, and output all integers less than or equal to that value.

Ex: If the input is 50 60 140 200 75 100, the output is:
50 60 75
For coding simplicity, follow every output value by a space, including the last one. Then, output a newline.

Such functionality is common on sites like Amazon, where a user can filter results.

Reviews

There are no reviews yet.

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

You may also like…