You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ a> The user name must be either Ankan or Souparna
24
24
b> the password must be Madhu or Trisha
25
25
Implement above by switch-case only .
26
26
27
-
Question 7 : WAP to implement a switch case in java that will take 3 strings and if their length is > 3 , then it should greet the user. Remember to calculate the length of username in another static method.
27
+
Question 7 : WAP to implement a switch case in java that will take 3 strings and if their length is > 3 , then it should greet the user. Remember to calculate the length of strings in another static method.
28
28
29
29
Question 8 : WAP to print 1-10 using for loop , while loop and do-while loop in 3 different static methods. Call them from main and run.
0 commit comments