The post is made of two assignments
1:Which of the following is the correct syntax for declaring a real number variable named grade
and initializing its value to 4.0?
a. int grade : 4.0;
b. grade = double 4.0;
c. double grade = 4.0;
d. grade = 4;
e. 4.0 = grade;
5. Write the complete Java code for the Pastoral College student program: the program should
include a student’s name, major field of study and GPA. The program should also display a
student’ 5 data with the message ”Dean’s list” if the student’s GPA is above 3.5; display
“Academic probation” if the GPA is below 2.0; and no message if the GPA is between 2.0 and 3.5
inclusive.
d. “hello 34 “ + 2 * 4
e. “ll, + 2 + 3 + \4Il + 5 g 6 + \7II + (8 + 9)
2. imagine you are writing a personal fitness program that stores the user’s age, gender, height (in
feet or meters) and weight (to the nearest pound or kilogram). Declare variables with the
appropriate names and types to hold this information.
3. Imagine you are writing a program that stores a student’s year (Freshman, Sophomore, etc.), the
number of courses the student is taking, and his or her GPA on a 4.0 scale. Declare variables
with the appropriate names and types to hold this information.
4. Which of the following is the correct syntax for declaring a real number variable named grade
and initializing Its value to 4.0?
number variables