Search:

Type: Posts; User: Mvxexty1001

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Does anyone know where I can find some info on where to start on this program?

    ex.:

    import java.util.*;
    import static java.lang.Math.PI;
    import java.lang.*;

    public class TankerTruck
    {

    public static int Main()
  2. [SOLVED] Re: Does anyone know where I can find some info on where to start on this program?

    No because I don't know what I am doing. I write c++ not java.
  3. [SOLVED] Re: Does anyone know where I can find some info on where to start on this program?

    ex.:

    import java.util.*;
    import static java.lang.Math.PI;
    import java.lang.*;

    public class TankerTruck
    {

    public static int Main()
  4. [SOLVED] Re: Does anyone know where I can find some info on where to start on this program?

    No "radius" is all wrong.
  5. [SOLVED] Re: Does anyone know where I can find some info on where to start on this program?

    I am here, where to next?

    ex.:

    import java.util.*;

    public class TankerTruck
    {

    public static int Main()
  6. [SOLVED] Re: Does anyone know where I can find some info on where to start on this program?

    Well I have got this far in the translation: but the user inputs are wrong, and I want to break the program up into a class and a tester.

    ex.:

    public class TankerTruck
    {
  7. [SOLVED] Re: Does anyone know where I can find some info on where to start on this program?

    I am basically converting a c++ file to java: I am new to java. I am just trying to convert it.

    C++ Code
  8. [SOLVED] Does anyone know where I can find some info on where to start on this program?

    Assume the tanker is a cylinder of length 19.35 feet and volume 1320 gallons. What is the
    diameter in feet of the tanker truck?
    To solve this problem, write a Java program to calculate the...
Results 1 to 8 of 8