i have assigned several variables in one method and i want to use them in another method. that works ok until i call the second method. i get java.lang.strin g error

heres my work....

Code:
 /** 
Add comment here.
*/
public class WordChaining {
 
//--------------------------------------------------------------------------
//------------------ ORGANISE GAME UNTIL PLAYER WISHES TO QUIT -------------
...