What is the value in answer after executing the following…

Questions

  Whаt is the vаlue in аnswer after executing the fоllоwing statements: int num1 = 3;int num2 = 2;int num3 = 8;int num4 = 5;   int answer =  num1 + num3 / num2 * num4;