Computer Science, asked by neyl9axmiVIS, 1 year ago

what is integers in java?

Answers

Answered by chaglu
0
numbers is the answer
Answered by SohamKundu012
0

Answer:

Integer is a datatype .

Explanation:

Datatypes are used to determine the nature of the variable .

When we specify that a variable has a certain datatype we say what values the expression may have .

The datatypes are :

  • Byte .
  • Short .
  • Char .
  • Int .
  • Float .
  • Long .
  • Double .
  • Boolean .
  • String .
Similar questions