write a Java program to input time and speed and find the distance
Answers
Answered by
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