A. The Downdog Yoga Studio offers five types of classes. Design a program that a
ID: 3569813 • Letter: A
Question
A. The Downdog Yoga Studio offers five types of classes. Design a program that accepts a number representing a class and then displays the name of the class.
B. Modify the Downdog Yoga Studio program so that numberic class requests can be entered continuously until a sentinel value is entered. Then display each class number, name, and a count of the number of requests for each class.
Class Number Class Name
1 Yoga 1
2 Yoga 2
3 Children
Explanation / Answer
1.
#include<iostream>
#include<string>
using namespace std;
int main()
{
string arr[5] = {
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.