"The name X doesn't exist in the current context" Error | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

"The name X doesn't exist in the current context" Error

I am trying to solve "Secret Message" task, where all the letters in the sentence have to be changed to backwards version of the alphabet (A becomes Z, Y becomes B etc). The error occurs that I can't understand. What does "The name X doesn't exist in the current context" mean? Here's the code: https://code.sololearn.com/cmC0L4opawtb/?ref=app Thanks.

22nd Jan 2021, 7:08 AM
faritowich
faritowich - avatar
1 ответ
+ 6
Variable <newArr> was declared at line 23, inside a for-loop body block; and so it is not recognized at line 36.
22nd Jan 2021, 7:20 AM
Ipang