Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialmahdi jomaa
1,055 PointsNow add a String member variable named mTitle. Make it public.
Describe the question in an example if u plz
public string mTitle;
4 Answers
Ebrima Comma
2,100 Points/This what you probably want to achieve/
public class PictureBook
{
public String mtitle;
}
Adlight Sibanda
5,701 Pointspublic class PictureBook {
public String mTitle;
}
Adlight Sibanda
5,701 Pointspublic class PictureBook { public String mTitle; }
MUZ140820 Immaculate Ncube
4,611 Pointsinstead of string type String
Ebrima Comma
2,100 Pointsthat correct.
Ebrima Comma
2,100 PointsEbrima Comma
2,100 Pointswhat is your question please? It will be best if you explain what you want, what you have tried and the error you got. then one can you correct answer that is understandable to all.