Advertisement
Guest User

snakes

a guest
Jul 6th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.17 KB | None | 0 0
  1. for(const string &word : words)
  2.             {
  3.                 //gets the number of elements in the array words[]
  4.                 for()
  5.                 {
  6.                     //gets individual characters to print from
  7.                 }
  8.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement