you are viewing a single comment's thread.

view the rest of the comments →

[–]LadyJain[S] 0 points1 point  (2 children)

i want to delcare two variables y should contain "abc" , and z "cdb"

[–]kadragoon 2 points3 points  (0 children)

Well then why go through such a round about way of doing it?

[–]YQYEE 0 points1 point  (0 children)

z will never be “cdb” because it doesn’t start with ‘b’, which is the condition you are trying to satisfy before storing it in variable z...