Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

chapter 6 exercise for lab 12, Exercises of Java Programming

Itec 118 introduction class for computer science or cybersecurity

Typology: Exercises

2022/2023

Uploaded on 10/14/2024

brittany-quansah
brittany-quansah 🇺🇸

2 documents

1 / 1

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1. Draw a table that shows the value of the variablesiandnduring the execution ofloop. The table
should contain one column for each variable and one line for each iteration.
2. Output of the program:
10
5
6
3
4
2
3.
Iteration i n
1 10 10
2 5 10
3 6 10
4 3 10
5 4 10
6 2 10

Partial preview of the text

Download chapter 6 exercise for lab 12 and more Exercises Java Programming in PDF only on Docsity!

  1. Draw a table that shows the value of the variables i and n during the execution of loop. The table should contain one column for each variable and one line for each iteration.
  2. Output of the program:  10  5  6  3  4  2

Iteration i n