1.

Choose the correct formatted code.

A. int a = 5;
B. int a=5;
C. int a =5;
D. int a5;
Answer» B. int a=5;


Discussion

No Comment Found