Answer from cs61c-ew (Joo-Rak Son 16103505) for Question 3 Incorporating pointers into programming is an interesting concept. Funny how we got by without them in Java. Now, we can manipulate data in terms of their memory addresses. But certainly using pointers will complicate the matter and can lead to bugs because now we have to watch out when the values change in unexpected functions outside.