**[CPP-Module / ex05: HI BRAIN THIS IS HUMAN 과제] ** Brain class를 만든다. 이 클래스는 identify()라는 멤버함수를 가져야 한다. 이 함수의 리턴값은 Brain클래스의 메모리 주소이다. (return value: brain’s address in memory, in hexadecimal format ex)"0x194F87EA") Human class를 만든다. 이 클래스는 Brain 클래스의 attribute를 const로 가지고 있어야 한다. Now, make it so this code compiles and displays two identical adresses: 둘 다 결국 같은 객체의 주소를 출력하게 만들어야 한다. 고민한 지점 const class를 사용해야하는 이유가 뭔지 attribute가 뭔지 > attribute란 클래스 내