Ask a New Question
Search
Questions and answers by
Eliteer
Answers (1)
import java.util.Scanner; public class Vend { public static void main(String[] args) { int sodaCost; int amount = 0; int freeLemon = 0; int freeCherry = 0; int freeSoda; int totalSoda; double discount; double price = 0; double discountedPrice; double