Hi,
Could someone help me understand what type problems are in the given test/example1.c ?
Document indicates something could be potentially wrong with types of variable w and v, which I couldn't really get.
Why is each variable's type a problem here?
Is it because w is not explicitly casted to float, and v is not explicitly casted in line 7?

Thanks in advance (_ _)