Answered You can hire a professional tutor to get the answer.
chip and salsa write a program that let a maker of chips salsa keep track of the sales for five different types of salsa
chip and salsa
write a program that let a maker of chips salsa keep track of the sales for five different types of salsa
#include "stdafx.h"#include<iostream>#define NL '\n';using namespace std;int main(){bool exit = false;char action;char salsa;int amount;int inventory1 = 0;int inventory2...