Untitled

 avatar
unknown
plain_text
4 months ago
290 B
2
Indexable
int age;              // Declaration of an integer variable
float salary = 5000;  // Declaration and initialization of a float variable
char grade = 'A';     // Declaration and initialization of a character variable
bool isEligible = true; // Declaration of a boolean variable (only in C++)
Editor is loading...
Leave a Comment