1. How do the results of parsing the following two sentences differ? How do the results of semantic analysis differ? If X < 10 then subtract 1 from X else add 1 from X. If X > 10 then add 1 to X else subtract 1 from X.
2. How do the results of parsing the following two sentences differ? How do the results of semantic analysis differ? If X < 10 then subtract 1 from X else add 1 from X. If X > 10 then add 1 to X else subtract 1 from X.