Important Questions [5]
- Using the Switch-case Statement, Write a Menu Driven Program to Do the Following :
- Write Two Separate Programs to Generate the Following Patterns Using Iteration (Loop) Statement:
- Write Two Separate Programs to Generate the Following Patterns Using Iteration (Loop) Statement:
- State the type of loop in the given program segment for (int i = 5;i! = 0; i = 2) System.out.println(i);
- Which of the following are entry controlled loops? for while do..while switch
