Sorry! Posting Assignment is allowed only for commercial accounts.
int main() { int sum = 2 + 4 / 2 + 6 * 2; printf("%d", sum); return 0;}