Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

exempel03_01

// fält
package exempel03_01;

public class Exempel03_01 {
    public static void main(String[] args) {
        double tid[] = {10.12, 9.88, 9.92};
        System.out.println("Fältet innehåller följande tider: ");
        System.out.println(tid[0] + "\t" + tid[1] + "\t" + tid[2]);
    }
}

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.