//sample solution
NSLog(@"%@ is %@ years old", firstName, age);
Back to the list of sample solutions for Try Objective C: Level 1 challenges
NSLog(@"%@ is %@ years old", firstName, age);
Back to the list of sample solutions for Try Objective C: Level 1 challenges
No comments:
Post a Comment