1. The program accepts a number representing a yoga class, and then displays the name of the yoga class. The table below shows the five types of classes offered at the Downdog Yoga studio.
    Yoga Class Number Yoga Class Name
    1 Beginning Yoga
    2 Advanced Yoga
    3 Children’s Yoga
    4 Teen Yoga
    5 Yoga for Seniors
    Modify the Downdog Yoga Studio program so that numeric class requests can be entered continuously until a sentinel value is entered. Then calculate and output a count of the number of requests for each class, along with the class number and the class name.

I need to figure this out for a Intro to Programming class and I am completely lost
Thank You

Modify the Downdog Yoga Studio program

This suggests that you have pseudocode from a previous exercise and the current exercise is an extension of it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.