I have the following variable declarations at the top of my main function
string brand; double price; var itemList6 = from i in myStore.items where i.pri
You could write a function and pass those variables as parameters to avoid intialization..
Also in case you end up initializing consider using ?? in order to avoid nulls.