- Which Of The Following Is Printed When The Following Expression Is Executed Fprintf Max Score Is T G Out Of 100 N 95 1 (35.91 KiB) Viewed 31 times
Which of the following is printed when the following expression is executed fprintf('Max score is \t%g out of 100\n',95.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following is printed when the following expression is executed fprintf('Max score is \t%g out of 100\n',95.
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