public class Berechnung {
  public static void main(String[] args) {
    int i;
    i = 3 + 4;
    System.out.println(i);
  }
}
