InterviewSolution
Saved Bookmarks
| 1. |
Evaluate the following expression where a=5,b=3,and c=7,d=2. (a)f=--a+a*++b |
| Answer» LETS solvegiven,a=5b=3c=7d=2Explanation:F = --5+5*++3 = 5+5*3 =20F = 20 | |