Whats going on guys and girls, I'm very new to programming and would like your help. I'm following all exercises in the book (programming in objective C 2.0).
After typing the code in code X, I build and run just fine and receive no error messages but do not see the output of the code in my computer. I would like to know how can I see the output of the program in my computer screen?
I'm using code X 3.2.5
Thanks in advance!
First of all, the program is called Xcode and not code X. Okay, so are you talking about console? If so, go to Run>Console. From there you will see the result. It's in the text. Try re-reading through the chapter.