It looks like you're new here. Sign in or register to get started.
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
Hey folks, could somebody tell me what this error message is about? package DesignPattern; public class Rechnung { private int id; Nummerierungen nummer = new Nummerierungen(); // [B]Syntax error on token ";" , , expected [/B] id = nummer.getId(); private int rechnungNummer = id; private double rechnungsbetrag; } Thanks in…