الرجوع
الصوت
المظهر
تسجيل الدخول
علامة (يتطلب تسجيل الدخول)
تم الحل (يتطلب تسجيل الدخول)
Question 5/109
What is the correct syntax for declaring a variable named 'age' of type int?
age int;
int age = 0;
int = age;
int age;
Previous
Next