~/paste/1222
~/paste/1222
~/paste/1222

  1. class Fehler {
  2.     public static void main(String[] args) {
  3.         System.out.println("Hi!");
  4.         int erste_zahl = 2
  5.         int 2teZahl = 3;
  6.         int dritte-zahl = 4;
  7.         int vierte zahl = 5;
  8.     int s = 5;
  9.     int t  = 2;
  10.    
  11.    
  12.     s - t = int result;
  13.         boolean a = 1;
  14.         boolean b = true;
  15.     boolean c = false;
  16.     boolean d = b - c;
  17.  
  18.  
  19.  
  20.         char one = '1';
  21.         char true = 't';
  22.         char falsch = 'false';
  23.         double x = 4.5;
  24.         dauble y = 3.;
  25.         double z;
  26.         double x2 = .0;
  27.         double _3       = x*y;
  28.         double res =  x*z;
  29.         System.out.println("Bye!");
  30.  
  31. }
Language: text
Posted by Anonymous at 28 Oct 2012, 09:27:30 UTC