Java | JSP | JSF Answers

Questions: 4 418

Answers by our Experts: 3 943

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

5) Write a program to print the days in a week if 0=Sunday and 1=Monday and so on till Saturday by using switch-case.
4) Write a program to print n umbers and enter a number where you want to break the program
3) Write a program using switch and break separately to print the desired output when you give an input as 1 to add, 2 to multiply, 3 to subtract.
2) Write a program to print the sum of the n even numbers by using for loop.
1) Write a program to print n even numbers till?
4. Write a program using switch case to print the months in a year. If you give you give 1 to 12, it should print their respective months. [Example:- 1 for January, 2 for February and so on till 12 that i.e. December]
3. Write a program to print the days in a week if user enters 0….6 it should go in this manner if input=0 it should print Sunday and input ==1 It should print Monday, if input==2 it should give Tuesday and so on till Saturday.
2. Write a program to print the numbers and use the continue statement when n=10. (Note n should be more than 10)
1. Write a program to print n umbers and break the program when n==10.
Write a program to find the character at 6th place in the following string?
String str=”Hello world”
LATEST TUTORIALS
APPROVED BY CLIENTS