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 trialMohan Babu Vejendla
1,315 PointsWhat is different between Integer and String ??
What is different between Integer and String ??
4 Answers
Michael Piercy
1,756 PointsAn integer is a variable that specifically holds a numerical value. Whereas a string is a variable that can hold a range of characters (including numbers). Strings are usually enclosed in inverted commas like so: "This is a string." Where as Integers are just a number like so: 732
Hope this helps.
Mohan Babu Vejendla
1,315 Pointsokay thank you
Michael Piercy
1,756 PointsGlad it helped. Could you mark my answer above as the approved answer for your question? It may help other people with the same query.
Thanks.
Mohan Babu Vejendla
1,315 PointsYes here , STRING : is a variable that can hold a range of characters (including numbers). strings are usually enclosed in inverted commas like so: "This is a string." where as INTEGERS are just a number like so: 732
Michael Piercy
1,756 PointsPlease mark my original answer as the correct answer.
Mohan Babu Vejendla
1,315 PointsHere in array section, what is print_r() ?
Michael Piercy
1,756 PointsYou should ask this in a new question instead of in the comments of this question. More people will see your question and be able to help you then.
thomascawthorn
22,986 Pointsthomascawthorn
22,986 PointsSounds good to me! Best answer given.
Maribel Falcon
10,918 PointsMaribel Falcon
10,918 PointsThank you :) !