class IKEA { public static void main(String[] baum) { int a = 2; int b = 5; int c; a = b; a+(b) = c; } }