Visa spoiler
public class candy {
public static void main(String args[]){
Scanner tal = new Scanner(System.in);
Double fnum, snum;
System.out.print("Skriv ett tal: ");
fnum = tal.nextDouble ();
System.out.print("Skriv ett till tal: ");
snum = tal.nextDouble ();
String operator, plus, minus;
System.out.print("Vad vill du göra med dina tal? + eller -? ");
operator = tal.nextLine ();
if (operator == plus){
}
}
}
men variabeln plus funkar typ inte i mitt if statement, det står "The local variable plus may not have been intialized" vad är det för fel och hur fixar jag det?
"I am against religion because it teaches us to be satisfied with not understanding the world." - Richard Dawkins