Computer Science, asked by AhmadAayan, 6 hours ago

write a Java program to input time and speed and find the distance​

Answers

Answered by sweetboy43
1

Answer:

Distance Traveled In Java Program

Scanner sc=new Scanner(System.in);

speed=sc. nextDouble();

time=sc. nextDouble();

Explanation:

hope it is helpful please follow add brain list

Similar questions