function sum= my_script1(a) sum=0; while( a < 20 ) %fprintf('value of a: %d\n', a); a = a + 1; sum=sum+a; end end 15 C 20 C 5 C 10 C

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter5: The Repetition Structure
Section: Chapter Questions
Problem 1MQ3
icon
Related questions
Question
* ? The result for this code is 155 what is the value of a
function sum= my_script1(a)
sum=0;
while( a < 20 )
%fprintf('value of a: %d\n', a);
а %3 а + 1;
sum=sum+a;
end
end
15
20
10
Transcribed Image Text:* ? The result for this code is 155 what is the value of a function sum= my_script1(a) sum=0; while( a < 20 ) %fprintf('value of a: %d\n', a); а %3 а + 1; sum=sum+a; end end 15 20 10
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Variables
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
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage