This site requires JavaScript, please enable it in your browser!
Greenfoot back
Roshan123
Roshan123 wrote ...

2021/6/24

Java assignment

Roshan123 Roshan123

2021/6/24

#
1) What do you mean by loop? Write some advantages ? 2) Explain the parts of a loop with suitable example ? 3) Name the loops used in java ? 4) What is the difference between for loop and while loop ? 5) What is the difference between entry control and exit control loop ? 6) What is the difference between if-else and switch statement 2 7) What do you mean by break statement ? Give and example ? 8) What do you mean by continue statement ? Give and example 2 9) What is the difference between break and continue statement ? 10) What do you mean by nested loop ? Give an example? Its of 3-4 marks maximum Plz answer it.
danpost danpost

2021/6/24

#
All are discussed beginning this page of the Java tutorials.
Roshan123 Roshan123

2021/6/24

#
danpost wrote...
All are discussed beginning this page of the Java tutorials.
Sorry but it seems like i m not able to get the required answers. Would u plz only tell me the answer of 2 and 5 number...plz
danpost danpost

2021/6/24

#
Roshan123 wrote...
i m not able to get the required answers. Would u plz only tell me the answer of 2 and 5 number...plz
2 is vague as only things really needed are boolean loop control and code block. 5 deals with while and do-while difference (discussed in tutorial).
You need to login to post a reply.