Computer Science, asked by ashuiihm, 7 months ago

Select correct example of Pure Expression
if
int a=5,b=10;
MARKS:2
float k= a+b;
double k=a+5.5;
double k=10.0f/a;
None

which option is correct​

Answers

Answered by njha7151
1

Answer:

double k=a+5.5is the correct number

Similar questions