App adder(){ int value1 = 0 int value2 = 0 print("total" + intToString(value1 + value2)) return 0; }