+ 2
WAP IN JAVA define character and intezer??
5 Answers
+ 11
char for character
int for integer
//primary data type
+ 4
please Explain more..
+ 2
what!
+ 1
first of all you have to understand data types
A/q to your question
char defines the character
int defines the integerđđ
0
char section=âaâ; /*creates a character variable named section which is assigned a value of âaâ*/
int money =25; // creates an integer variable named money which is assigned a value of 25