KnowledgeBoat Logo

Computer Applications

Define the following with an example:

variable

Values & Data Types Java

ICSE

56 Likes

Answer

Variables are identifiers that are used to name a data that holds a value in the memory. The value can change depending upon our requirements in the program.

Example:

int mathScore = 95;

Answered By

35 Likes


Related Questions