A = B * 3 +6 / (X + D)
where B == 10, X == 4, D == 2
Define all variables as Word
BONUS (10 points) : TAKE USER INPUT FOR B ,X , and D. You will get 10 extra credit if your program works correctly with any user input for those three variables (B, X, D). This is for those of you asking for extra credit 🙂