All your conditional tests in the if() and while() blocks need == which is for comparison instead of = which is for assignement.
All your conditional tests in the if() and while() blocks need == which is for comparison instead of = which is for assignement.