Answer from cs61c-et (Bryant CHae 14937777) for Question 2
void setTo5(int *n){

*n = 5;


}
