Programming Step 7
Add the code to declare the three variables:
#include <stdio.h>
main()
{
int pounds;
int ounces;
float grams;
}
Previous slide
Next slide
Back to first slide
View graphic version