Question: 18 - Write a statement that declares a varialbe homeworkScoreThree, that can hold integer values: 19 - Write an assignment statement that assigns the literal
18 - Write a statement that declares a varialbe "homeworkScoreThree", that can hold integer values: 19 - Write an assignment statement that assigns the literal value 82 to the variable "homeworkScoreOne": Write an assignment statement that assigns the literal value 93 to the variable "homeworkScoreTwo": 20 21 - write an assignment statement that assigns the literal value 85 to the variable "homeworkScoreThree": 22 - Write a statement that declares a variable "homeworkPercentage", that can hold decimal values: 23 - Write an assignment statement that adds "homeworkScoreOne", "homeworkScoreTwo", and "homeworkScoreThree", and also divides the sum of those by 3.0 (make sure to use the double version of this literal number), and assigns the resulting value to the variable "homeworkPercentage
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
