Lesson 3 debug question

I’m new to learning cs and I was confused by the first debugging problem I encountered in lesson 3 titled " Conditional Expressions and Statements."

I cannot figure out how to correct the two errors I see with the code by modifying only one line. I think I need to change line 2 to double temperature = 14.3; and change line 1 to int count = 88; any tips would be greatly appreciated

var is a generic type parameter (i think that’s what it’s called?), try changing just the count to 88 and check if it works