I use a book to learn Java ,and this book contains making a difference question in each end of the chapters. I finished chapter 5, which is all about if and switch statements and operands such as bitwise and logical and loops. Now, it asks me to create a quiz based on global warming. I think i can create one without using any loops and operands. all i need is if statement. However, i want to apply all i have learned from this chapter in this project. So can you give me any idea about using loops ?
Note: I know this question might be considered foolish, but i don't know anywhere else to ask my questions in java. You and my book are the only sources i can reach.