Computer Science, asked by shaistasultana7843, 18 days ago

Java program to intialize and display different types of interger and floating point variables

Answers

Answered by techhtmlsa
0

Answer:

Explanation:

Data types in Java specify the type of data that can be stored inside Java variables. ... The int data type determines that the speed variable can only contain integers. There are 8 data types predefined in Java programming language, known as primitive data ... The double data type is a double-precision 64-bit floating-point

Similar questions