In visual studio go to Tools to options to environment in environment select the theme you want(dark is correct all others are wrong) from there you can go to fonts and colors and customize those to your preference.
I have been learning from Brackeys' c# tutorial videos and this is from Arrays (E05). I have typed everything correct then why do I get 9 problems? Like, invalid expression 'i' and name 'i' does not exist in current context.
Answers
In visual studio go to Tools to options to environment in environment select the theme you want(dark is correct all others are wrong) from there you can go to fonts and colors and customize those to your preference.
I have been learning from Brackeys' c# tutorial videos and this is from Arrays (E05). I have typed everything correct then why do I get 9 problems? Like, invalid expression 'i' and name 'i' does not exist in current context.
you put int 1 = 0; instead of int j = 0;