<PLEASE USE THE FOLLOWING TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<In what way does your code behave incorrectly? Include ALL error messages.>
```
Replace this line with your code.
<do not remove the three backticks above>
do you have any problem?
is there anything you want to know?
please post your problem and tell us what do you want to know?
Thank you for the help ,
By the way, since it is very case sensitive , when I should use "Age ", when I type "age ", what is the difference ?
Thanks
Generally, all variables will start with lower case.
you can use Age or age.it’ll not give you any error.but if you create a variable like
int age
then you have to use continuously same case.you cant use Age
.
because age
and Age
are not same case
check Naming Conventions here
Hi rcodeman ,
It really makes sense .
thanks
发件人: CodeisLife [mailto:codecademy@discoursemail.com ]
发送时间: 2016年9月12日 星期一 下午 1:59
收件人: owen.chow@outlook.com
主题: [Codecademy Discuss] [Java/Object Oriented Programming] Using Methods
[https://sea1.discourse-cdn.com/codecademy/user_avatar/discuss.codecademy.com/rcodeman/45/3847401_1.png ]
rcodemanhttps://discuss.codecademy.com/users/rcodeman Super User
September 12
Generally, all variables will start with lower case.
you can use Age or age.it’ll not give you any error.but if you create a variable like
int age then you have to use continuously same case.you cant use Age.
because age and Age are not same case [ ]
check Naming Conventions herehttp://www.oracle.com/technetwork/java/codeconventions-135099.html
Visit Topichttps://discuss.codecademy.com/t/using-methods/59729/4 or reply to this email to respond.
In Reply To
[https://sea1.discourse-cdn.com/codecademy/user_avatar/discuss.codecademy.com/great6062791/45/4472061_1.png ]
great6062791https://discuss.codecademy.com/users/great6062791
September 12
Thank you for the help , By the way, since it is very case sensitive , when I should use "Age ", when I type "age ", what is the difference ? Thanks
Visit Topichttps://discuss.codecademy.com/t/using-methods/59729/4 or reply to this email to respond.
To unsubscribe from these emails, click herehttps://discuss.codecademy.com/email/unsubscribe/ab9dbf426a06366fc69393504d81479645692da4bf11b822d4419953c6dd7cb7 .
system
closed
September 19, 2016, 6:34am
#6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.