The Answer Is An Output Device
Hi,
the program is as follows
___________________________________________________________
import java.io.*;
class doubleval
{
public static void main()throws IOException
{
DataInputStream dt=new DataInputStream(System.in);
System.out.println("Enter NUMBER WHOSE DOUBLE U WANT TO PRINT");
int n=Integer.parseInt(dt.readLine());
for(int i=n;i<=100;i=2*i)
{
System.out.println(i);
}
}
}
Answer:
5 hours 25 minutes
Explanation:
It takes 25 minutes to finish a hole
It takes 25*13 minutes to finish 13 holes
325 minutes is require to finish 13 holes
Convert 325 minutes to hours and minutes by dividing it by 60
=5 5/12 hours
Convert 5/12 hours to minutes by multiplying by 60
=25 minutes
The answer is 5 hours 25 minutes
Answer:
For the first picture, choose the second pair, and for the second one, choose the first pair
Explanation:
3.28% I think
......................................................................................................................................