Q2: Give the output of the following program Matlab 1. S=input('Enter the subject:','s'); 2. fprintf('subject is %s\n',S) 3. M1 = input('Enter the mark l: ',); 4. M2 = input('Enter the mark2: '); 5. fprintf('marks are %i%i average is",M1,M2) 6. M=[M1 M2]; 7. A= sum(M)/2; 8. disp(A)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 21PE
icon
Related questions
Question
i need the answer quickly
Q2: Give the output of the following
program
Matlab
1. S=input('Enter the subject:','s');
2. fprintf('subject is %s\n',S)
3. M1 = input('Enter the markl: ',);
4. M2 = input('Enter the mark2: ');
5. fprintf('marks are %i%i average is",M1,M2)
6. M=[M1 M2];
7. A= sum(M)/2;
8. disp(A)
Transcribed Image Text:Q2: Give the output of the following program Matlab 1. S=input('Enter the subject:','s'); 2. fprintf('subject is %s\n',S) 3. M1 = input('Enter the markl: ',); 4. M2 = input('Enter the mark2: '); 5. fprintf('marks are %i%i average is",M1,M2) 6. M=[M1 M2]; 7. A= sum(M)/2; 8. disp(A)
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Random Class and its operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning