Computer Science 10th Class English Medium Online Test MCQs With Answers

Question # 1
Let the following part of code, what will be the value of variable an after execution:
int a = 4;
float b= 2.2;
a = a * b;

Choose an answer