Question: Concept: Integers are another Data Type Whole numbers such as -2,-1,0,1,2,3 are integers Integers are NOT placed in quotes A string can contain any character,
Concept: Integers are another Data Type\ Whole numbers such as
-2,-1,0,1,2,3are integers\ Integers are NOT placed in quotes\ A string can contain any character, this includes letters, spaces, punctuation, number digits and formatting. In a string with digits ("123"), the digits are text images rather than representations of numeric values.\ 9. Code a statement to display your age as an integer.\ 10. Code a statement to display the current year: use four digits and code as a string.\ Concept: Variables are named containers. It can be addressed by name to access the contents of the container. Descriptive names reduce the need for comments in the code and make it easier to share code or read code written long ago.\ Use descriptive names\ Must be camelCase (first word is all lower case and each word after begins with a capital letter)

Concept: Integers are another Data Type - Whole numbers such as 2,1,0,1,2,3 are integers - Integers are NOT placed in quotes A string can contain any character, this includes letters, spaces, punctuation, number digits and formatting. In a string with digits (" 123 "), the digits are text images rather than representations of numeric values. 9. Code a statement to display your age as an integer. 10. Code a statement to display the current year: use four digits and code as a string. Concept: Variables are named containers. It can be addressed by name to access the contents of the container. Descriptive names reduce the need for comments in the code and make it easier to share code or read code written long ago. - Use descriptive names - Must be camelCase (first word is all lower case and each word after begins with a capital letter)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
