- Joined
- Aug 12, 2022
- Messages
- 6
- Reaction score
- 0
Write a program that declares at least two variables: x of type double and j of type int. Ask the user to
input a value for x (between 1.0 – 2.0) and then calculate and print out j so that it satisfies the following
table:
This sort of calculation is exactly what one must do when sorting data ready for plotting as a histogram.
input a value for x (between 1.0 – 2.0) and then calculate and print out j so that it satisfies the following
table:
This sort of calculation is exactly what one must do when sorting data ready for plotting as a histogram.
Last edited: