+ 6
Was ist hierbei der Fehler? Ich kapiers nicht. Danke für Hilfe.
import java.util.Scanner; public class Prozentssteuersatz { public static void main(double[] args) { System.out.println("Bitte geben sie den Preis ihres Gegenstandes ein."); double prozent = 0.19; Prozentssteuersatz = prozent * preis; Scanner sc = new Scanner(System.in); double preis = sc.nextDouble(); if(preis < 100000){ } System.out.println("Hier ist ihr Prozentssteuersatz für Gegenstände:" + Prozentssteuersatz); } }
3 ответов
+ 3
Oh thank you :). I undestand german better than eglish...those I post it in german , bit thanks I understand it now.
+ 2
oh Muss da eigentlich String oder double sin de main methode stehen?