الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 101/109
How do you declare and initialize a constant double named PI in Java?
final double PI = 3.14;
double PI=3.14;
int double PI = 3.14;
PI=3.14;
Previous
Next