Question:
What does a variable consist of?
Author: Christian NAnswer:
Data type - int, double, String Identifier (name) - •Combination of letters, digits and special characters (without spaces etc. and operators like +, -,*, etc.) •Must start with a letter •Identifiers are case sensitive •Java keywords are not allowed (e.g. void, int) •Convention for compound names: myName
0 / 5 (0 ratings)
1 answer(s) in total