2 iii) int a = 5; //L1 //L2 for(int i = 5; i <= 6; i++) { а %3D а + 3; System.out.println(a); //L3 //L4 a = a + 2; //L5

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question

Explain in your own words what the code in 2iii does step by step.

2 ii)
int a =
5;
//L1
//L2
for (int i = 5; i <= 6; i++)
{
а %3Dа + 3;
System.out.println(a);
}
а %3D а + 2;
//L3
//L4
//L5
I|
Transcribed Image Text:2 ii) int a = 5; //L1 //L2 for (int i = 5; i <= 6; i++) { а %3Dа + 3; System.out.println(a); } а %3D а + 2; //L3 //L4 //L5 I|
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Function Arguments
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