Menu

(Solved) : 18 Write Statement Declares Varialbe Homeworkscorethree Hold Integer Values 19 Write Assig Q44070550 . . .

18 - Write a statement that declares a varialbe homeworkScoreThree, that can hold integer values: 19 - Write an assignment18 – 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”: Show transcribed image text 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”:

Expert Answer


Answer to 18 – Write a statement that declares a varialbe “homeworkScoreThree”, that can hold integer values: 19 – Write an assign…

OR