Write my Paper Business calculations

 

 

1. Trace the evaluation of the following expressions, and give their resulting values (remember order of precedence rules and concatenation): a . 2 + 2 + 3 + 4 b. “2 + 2” + 3 + 4 c. 2 + “2 + 3” + 4
d. “hello 34 ” + 2 * 4 e. “1” + 2 + 3 + “4” + 5 * 6 + “7” + (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?

 

 

4. 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’s 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.

 

 

Is this question part of your Assignment?

We can help

Our aim is to help you get A+ grades on your Coursework.

We handle assignments in a multiplicity of subject areas including Admission Essays, General Essays, Case Studies, Coursework, Dissertations, Editing, Research Papers, and Research proposals

Header Button Label: Get Started NowGet Started Header Button Label: View writing samplesView writing samples