Computer Science, asked by diloverakshita, 1 year ago

float m; p=m/3*(math.pow(4,3)); system .out . print(p);. predict the data type

Answers

Answered by Lance1
10
float or double type
Answered by ReetuPrasad
3

Answer:

float data type

as,

byte

short

int

long

float

so here highest is float so float data type.

Similar questions