Old lady swallowed a fly: Difference between revisions

m
→‎{{header|C++}}: REASON removed
(→‎{{header|C++}}: printf replaced)
m (→‎{{header|C++}}: REASON removed)
Line 437:
<lang cpp>#include <iostream>
 
const char *REASON = "She swallowed the %s to catch the %s\n";
const char *CREATURES[] = { "fly", "spider", "bird", "cat", "dog", "goat", "cow", "horse" };
const char *COMMENTS[] = {
Anonymous user