What is the value

Report a typo

What is the value of the variable d?


int a = 12;
int b = 5;
int c = 2;
        
double d = c * (a / b);
Select one option from the list
___

Create a free account to access the full topic