Quotes help make search much faster. Example: "Practice Makes Perfect"

Tuesday, December 10, 2013

Try Objective C: Level 1 Challenge 14


//sample solution

NSLog(@"Lettertouch has a rating of %@.", appRatings[@"Lettertouch"]);


Back to the list of sample solutions for Try Objective C: Level 1 challenges

Try Objective C: Level 1 Challenge 13


//sample solution

NSDictionary *appRatings = @{@"AngryFowl": @3, @"Lettertouch": @5};


Back to the list of sample solutions for Try Objective C: Level 1 challenges

Try Objective C: Level 1 Challenge 12


//sample solution

apps = @[@"AngryFowl", @"Lettertouch", @"Tweetrobot", @"Instacanvas"];


Back to the list of sample solutions for Try Objective C: Level 1 challenges

Try Objective C: Level 1 Challenge 11

Try Objective C: Level 1 Challenge 10


//sample solution

NSArray *apps = @[@"AngryFowl", @"Lettertouch", @"Tweetrobot"];


Back to the list of sample solutions for Try Objective C: Level 1 challenges

Try Objective C: Level 1 Challenge 9

//sample solution

NSLog(@"%@ is %@ years old", firstName, age);


Back to the list of sample solutions for Try Objective C: Level 1 challenges

Try Objective C: Level 1 Challenge 8


This is an example of scrolling text using Javascript.

Popular Posts