co mam zrobic - błąd w kodzie - bluej
nie działa mi program. co jest nie tak w tym kodzie a błąd który mi wywala to "cannot resolve symbol - class Scanner"
import java.util.Scanner;
public class Test {
public static void main(String[] args) {
Scanner inReader = new Scanner(System.in);
double liczba1 = inReader.nextDouble();
double liczba2 = inReader.nextDouble();
double liczba3 = inReader.nextDouble();
System.out.println("Suma: " + liczba1 + " + " + liczba2 + " + " + liczba3 + " + " + (liczba1 + liczba2 + liczba3));
}
}
program w ktorym to jest napisane to bluej
Odpowiedzi: 0
Strona 0 / 0