Search:

Type: Posts; User: skeletonbutler

Search: Search took 0.11 seconds.

  1. Re: Begineer mistakes, need help (very basic)

    import java.text.DecimalFormat;

    import javax.swing.JOptionPane;

    public class Cars {
    public double converthourminutes(int byMinute) {
    double nbHours = (double) byMinute / 60;
    return...
  2. Begineer mistakes, need help (very basic)

    I started java about 3 week ago, I have no experience in computer science at all, except some 3D artist ones
    I work very hard but I can't understand anything about the structure, syntax and all.
    I...
Results 1 to 2 of 2