One thing just want to add. There is difference between If from C to if from Java. In C if(name = Ryan) would always result in true while the same statement will never compile in Java. Because in...