Lines 9,10, 13, 19 - It seems like you mean these to be literal strings of "Admin" and "password" -- if so, they need to be surrounded by the quote marks. Otherwise they appear to be variable names.
Lines 7,8 - Seems like these should be declared as string, not int.