User Profile
Collapse
-
i understand that you have to do % for division w/ remainder but i still cant get it to work -
sorry >___<;;
this is the code so far...but now, i have a problem. how would you use both minutes and seconds instead of being the seconds being a decimal?
[code=java]
import java.util.Scann er;
public class treadmills
{ public static void main(String[] args) {
double x;
double y;
String z;
Scanner iScanner...Leave a comment:
-
how do you convert mph to miles per second
I DON'T GET THIS
project:
Many treadmills output the speed in miles per hour. However, most runners think of their pace in minutes and seconds per mile. Write a program that inputs a decimal value for miles per hour and converts the value to minutes and seconds per mile.
Sample input, output:
For input 5.5 mph, the output should be 10 minutes and 55 seconds per mile.
For input... -
Help Help Help
hi...i really really really need help with this. there is too much to be processed & my brain cannot handle all the arrays that need to written. This is the project:
Mobile Phone Contract
There are three types of service: A,B,C.
Charges are determined as follows:
package A 9.95 for 15 hours monthly. additional hours are $2.00 per hour
package B 14.95 for 30 hours monthly additional...
No activity results to display
Show More
Leave a comment: