#include <stdio.h>
//File: Yogurt
/*
Write a program that calclates the cost of buying yogurt. Frozen
yogurt cost $0.39 per ounce. What is the cost of 5.5oz?
*/
void main() {
totalcost=numOunces*0.39;
}
To embed this project on your website, copy the following code and paste it into your website's HTML: