Hey Leute, bin neu hier vielleicht könnt ihr mir weiterhelfen.
package Project_ub03a;
import java.text.DecimalFormat;
/*
* @author Tolga Kara
* Email: tolgakara2.0@gmail.com
* @version eclipse Mars 2, JavaSE-1.8
* Beschreibung Erstellen von Fahrenheit/Celsius Umrechnung
* @since 26.04.2016
* letzte �nderung am 05.05.2016
*/
public class ub03a
{//start class
public static void main(String[] args)
{//start main
//Attribute (Variable die Deklariert und Initialisiert werden)
int fahrenheit;
float celsius = ( 5 / 9) * ( fahrenheit -32 );
int minimalwert= 0;
int maximalwert= 100;
int schrittweite=10;
String pattern="###,##0.00";
DecimalFormat form = new DecimalFormat(pattern);
for (int fahrenheit==minimalwert>maximalwert; fahrenheit=+schrittweite{
System.out.println(celsius = ( 5 / 9) * ( fahrenheit -32 ));
}
}//end main
}//end class
Da steht das er keinen Bool in Int converten kann und andersrum auch nicht. Meine frage ist kann man einer Variablen <= 2 Variable initialisieren.
package Project_ub03a;
import java.text.DecimalFormat;
/*
* @author Tolga Kara
* Email: tolgakara2.0@gmail.com
* @version eclipse Mars 2, JavaSE-1.8
* Beschreibung Erstellen von Fahrenheit/Celsius Umrechnung
* @since 26.04.2016
* letzte �nderung am 05.05.2016
*/
public class ub03a
{//start class
public static void main(String[] args)
{//start main
//Attribute (Variable die Deklariert und Initialisiert werden)
int fahrenheit;
float celsius = ( 5 / 9) * ( fahrenheit -32 );
int minimalwert= 0;
int maximalwert= 100;
int schrittweite=10;
String pattern="###,##0.00";
DecimalFormat form = new DecimalFormat(pattern);
for (int fahrenheit==minimalwert>maximalwert; fahrenheit=+schrittweite{
System.out.println(celsius = ( 5 / 9) * ( fahrenheit -32 ));
}
}//end main
}//end class
Da steht das er keinen Bool in Int converten kann und andersrum auch nicht. Meine frage ist kann man einer Variablen <= 2 Variable initialisieren.