کدام نوع تبدیل ضمنی است؟
1 float a=۱۶.۲۵  / double b=a
2 int a= ۱۶ / float b =a
3 float a=۱۶.۲۵ / int b=(int)a
4 double a=۱۶.۲۵ /  float b=a