I have a string in java
String s="a=one b=two c=three d=four e=five"
and i want to print the value of c i.e; three.
I took S