Programming Step 7 (cont.)
These statements give names to the three variables, and identify them as having the data types int and float. Running the compiler after this step should cause three warnings to the effect that these variables are unused: (unused variable definition: pounds (from line 18) (warning)). That is a correct assessment of the program, so we should put the variables to work by assigning values to them.