单项选择题

int n = 3; n = n + 4; n的值为多少

A、3
B、7
C、4
D、表达式错误