Computer Science, asked by maryamkhan8737, 16 days ago

what is the data type of the value 89​

Answers

Answered by sujayG17
2

Answer:

int.

Explanation:

Integer literals are the literals which are whole numbers and has no decimal point values, hence the data type can be int (or long)

Answered by Oreki
4

\textsf{The number \texttt{89} can be a value of \texttt{byte}, \texttt{short}, \texttt{int} or \texttt{long} in Java.}\\\textsf{Though most preferable being \texttt{int}}.

Similar questions