- #1
Marta
- 4
- 0
Can someone help me with this,
I have to write a program that computes values of a formula that expresses y in terms of x
the formula is y = 5 (x/10)3 ; the 3 is to the 10^3 .
also , my program need to find which of the y values is closest to 1 ( either larger or smaller ). then print the x value that gives this closest y value . Print how close the y value is to 1 .
Can someone please help me with this .
Marta
I have to write a program that computes values of a formula that expresses y in terms of x
the formula is y = 5 (x/10)3 ; the 3 is to the 10^3 .
also , my program need to find which of the y values is closest to 1 ( either larger or smaller ). then print the x value that gives this closest y value . Print how close the y value is to 1 .
Can someone please help me with this .
Marta