Honors Software Design - iOS Name -
Learn Objective-C in 6 Days Worksheet #1
Answer the following after reading http://mobile.tutsplus.com/tutorials/iphone/learn-objective-c-day-1
1. Explain everything about the statement printf("My number is %i \n", someNumber);
2. Explain the format specifiers %i, %f, %e, and %c
3. What is a character array?
4. Give an example of the most common and basic conditional statement.
5. Give an example of a do loop and explain how it is different from a while loop.
6. Explain what a pointer is with a short code segment as an example.