Skip to content

Commit 8f32191

Browse files
Re-Modified README.md file
1 parent 75324c8 commit 8f32191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ a> The user name must be either Ankan or Souparna
2424
b> the password must be Madhu or Trisha
2525
Implement above by switch-case only .
2626

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.
2828

2929
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.
3030

0 commit comments

Comments
 (0)