Talk:Compare a list of strings: Difference between revisions

(→‎Planned task changes: Yep. With caveat...)
Line 72:
: That's one opinion :-)
:--[[User:Paddy3118|Paddy3118]] ([[User talk:Paddy3118|talk]]) 16:56, 1 July 2014 (UTC)
 
==task requirement of a variable name==
 
The task requirement of:
 
... ''Assume that the strings are already stored in an array/list/sequence/tuple variable (whatever is most idiomatic) '' <big> <big> '''with the name <code> strings</code>'''</big></big>, ''and'' ...
 
(Italics and boldface added by me.)
 
Exactly how strict is that requirement to store the strings in a particular (specific) named program variable? &nbsp; To show it that way in a computer program with multiple strings, it would be confusing to use the same variable name for multiple strings, especially if an array of lists were specified to idiomatically demonstrate multiple cases. -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 02:30, 2 July 2014 (UTC)