3
#include <stdio.h>
main()
{
    int num_tacos;
    float price_of_taco;
    num_tacos = 30;   
    price_of_taco = 1.45;
}