Social Sciences, asked by vidyasajjan14, 11 months ago

A java expression that contains all the elements of same data type is_______ expression.

Answers

Answered by prakashk3496
8

Homologous expression.....

Answered by SerenaBochenek
2

The correct answer is "Homologous expression".

Explanation:

During the declaration of variables in a program, if all the variables are of the same data types such as int, char or float, then it will be considered as a Homologous.

For example:

int a, b, c ;

In the above example, all three variables are of the integer data type. Then it's a homologous expression.

Learn more:

https://brainly.in/question/7193467

Similar questions