SlideShare a Scribd company logo
C++ help !!!!
Sally wants to write a program to help with her keeping track of her Girl Scout cookie sales. The
types of cookies Sally is selling are: Thin Mints, Do-Si-Dos, Samoas, and Adventurefuls. Using
a do while, write the code to print a menu, ask for the type of cookie being sold (T, D, S, or A)
and validate for the input. The code should keep printing the menu and asking for the type of
cookie until a valid code has been entered. Remember to indent.

More Related Content

PDF
Can someone help with the implementation of these generic ArrayList .pdf
PDF
can someone help with the implementation of these generic DoublyLink.pdf
PDF
can someone help with the implementation of these generic LinkedList.pdf
PDF
Can someone explain me the steps pleaseTake the provided files.pdf
PDF
can someone briefly answer these questions please1) how socia.pdf
PDF
Can anyone help me to understand why Consider a two way ANOVA model.pdf
PDF
can anyone help Prokaryotes are highly successful biological organi.pdf
PDF
Cambios en los Activos y Pasivos Operativos Actuales�M�todo Indirect.pdf
Can someone help with the implementation of these generic ArrayList .pdf
can someone help with the implementation of these generic DoublyLink.pdf
can someone help with the implementation of these generic LinkedList.pdf
Can someone explain me the steps pleaseTake the provided files.pdf
can someone briefly answer these questions please1) how socia.pdf
Can anyone help me to understand why Consider a two way ANOVA model.pdf
can anyone help Prokaryotes are highly successful biological organi.pdf
Cambios en los Activos y Pasivos Operativos Actuales�M�todo Indirect.pdf

More from info189835 (20)

PDF
California condors (Gymnogyps californianus) are listed on the IUCN .pdf
PDF
California continues to face a water shortage. The quantity of water.pdf
PDF
Calculate the various ratios based on the following informationCa.pdf
PDF
calculate the return on assets calculate the return on equity ca.pdf
PDF
Calculate the frequency of alleles A and B for the two populations s.pdf
PDF
Calculate the Earnings Per Share (EPS) and Dividends Per Share (DPS).pdf
PDF
Calculate the of total (portfolio weight) for eachStock A pr.pdf
PDF
Calculate R2. (Round your answer to 4 decimal places.)Moviegoer Sp.pdf
PDF
Cada vez es m�s dif�cil mantenerse al d�a con los problemas tecnol�g.pdf
PDF
Cada una de las siguientes cuentas se reporta como pasivo a largo pl.pdf
PDF
C coding into MIPS coding (Make sure this code works on Qtmips) Ho.pdf
PDF
C++ help finish my code Phase 1 - input phase. Main reads the fi.pdf
PDF
C++ help finish my code Topics class definitions, arrays of objec.pdf
PDF
C++ 10.14 LAB Book information (overriding member functions)Given.pdf
PDF
C(x)=10x+3000 represents cost to produce x number of items. How many i.pdf
PDF
By answering the following question with references1. Which p.pdf
PDF
BUSINESSTECHNOLOGYHEALTH SCIENCES COURSES HO.pdf
PDF
C programming languageHello i currently have this code and it is s.pdf
PDF
C programming languageHello i am hoping to get some help understa.pdf
PDF
C program to convert Infix expression to Postfix expression using li.pdf
California condors (Gymnogyps californianus) are listed on the IUCN .pdf
California continues to face a water shortage. The quantity of water.pdf
Calculate the various ratios based on the following informationCa.pdf
calculate the return on assets calculate the return on equity ca.pdf
Calculate the frequency of alleles A and B for the two populations s.pdf
Calculate the Earnings Per Share (EPS) and Dividends Per Share (DPS).pdf
Calculate the of total (portfolio weight) for eachStock A pr.pdf
Calculate R2. (Round your answer to 4 decimal places.)Moviegoer Sp.pdf
Cada vez es m�s dif�cil mantenerse al d�a con los problemas tecnol�g.pdf
Cada una de las siguientes cuentas se reporta como pasivo a largo pl.pdf
C coding into MIPS coding (Make sure this code works on Qtmips) Ho.pdf
C++ help finish my code Phase 1 - input phase. Main reads the fi.pdf
C++ help finish my code Topics class definitions, arrays of objec.pdf
C++ 10.14 LAB Book information (overriding member functions)Given.pdf
C(x)=10x+3000 represents cost to produce x number of items. How many i.pdf
By answering the following question with references1. Which p.pdf
BUSINESSTECHNOLOGYHEALTH SCIENCES COURSES HO.pdf
C programming languageHello i currently have this code and it is s.pdf
C programming languageHello i am hoping to get some help understa.pdf
C program to convert Infix expression to Postfix expression using li.pdf
Ad

Recently uploaded (20)

PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Complications of Minimal Access Surgery at WLH
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
01-Introduction-to-Information-Management.pdf
PPTX
Lesson notes of climatology university.
PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
Cell Types and Its function , kingdom of life
PPTX
Presentation on HIE in infants and its manifestations
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PPTX
Pharma ospi slides which help in ospi learning
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Abdominal Access Techniques with Prof. Dr. R K Mishra
Complications of Minimal Access Surgery at WLH
102 student loan defaulters named and shamed – Is someone you know on the list?
VCE English Exam - Section C Student Revision Booklet
2.FourierTransform-ShortQuestionswithAnswers.pdf
Final Presentation General Medicine 03-08-2024.pptx
202450812 BayCHI UCSC-SV 20250812 v17.pptx
01-Introduction-to-Information-Management.pdf
Lesson notes of climatology university.
Chinmaya Tiranga quiz Grand Finale.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Cell Types and Its function , kingdom of life
Presentation on HIE in infants and its manifestations
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
Pharma ospi slides which help in ospi learning
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Microbial diseases, their pathogenesis and prophylaxis
A GUIDE TO GENETICS FOR UNDERGRADUATE MEDICAL STUDENTS
Ad

C++ help !!!!Sally wants to write a program to help with her kee.pdf

  • 1. C++ help !!!! Sally wants to write a program to help with her keeping track of her Girl Scout cookie sales. The types of cookies Sally is selling are: Thin Mints, Do-Si-Dos, Samoas, and Adventurefuls. Using a do while, write the code to print a menu, ask for the type of cookie being sold (T, D, S, or A) and validate for the input. The code should keep printing the menu and asking for the type of cookie until a valid code has been entered. Remember to indent.