The document requests Java code to display 30 stars and suggests naming the file 'stars.java.' It also asks for a while loop structure that is functionally equivalent to a provided for loop format.
3 Please write java code to show the following stars 30 .pdf
1. 3. Please write java code to show the following stars ( 30) : Answer: You can copy code here.
(You name you java documents as stars.java then copy its content in the following blank) 4. Here
is a for loop. Please write the while loop structure that functionally equivalent to the above for loop
(10) for (initialization; condition; increase)