Which of the following is printed when the following expression is executed fprintf('Max score is \t%g out of 100\n',95.
Posted: Fri Jan 21, 2022 8:42 am
Which of the following is printed when the following expression is executed fprintf('Max score is \t%g out of 100\n',95.28) a. Max score is \t 95.28 out of 100 O b. Max score is 95.28 out of 100 O C. None of the given answers O d. Max score is %g out of 100,95.28 O e. Max score is %g out of 100,95.28 O f. Max score is \t%g out of 100\n,95.28