I\'m new to Java. I wrote the following code:
import java.io.*; import java.lang.*; public class distravel { public static void main(String args[])
Math.pow returns double so you have to have double for 'd'. Or you could also cast 'd' to float.