C programming Practice writing programs with nested control structures (i.e. if-else ifelse statements, while loops, for loops, and do-while loops). For this, you will convert your Classwork 6 pseudocode to C code. Your program will write the song introduction using a do-while loop. The dance instruction will use a while loop. Inside the while loop, the program will have a for loop that iterates through the 16 steps of the Cupid Shuffle, using an if-else if-else block to determine what step it is and print out the instruction. Example Compilation and Execution Do you like group/line dances? Well, I do, and my favorite is the Cupid Shuffle. Please put it on and I’ll show you how to do it! Is the introduction over (y/n)? n Do what you want. Is the introduction over (y/n)? n Do what you want. Is the introduction over (y/n)? y Alright, it’s dance time! Is the song over (y/n)? n Alright, keep on going! Step 1: Step right Step 2: Step right Step 3: Step right Step 4: Step right Step 5: Step left Step 6: Step left Step 7: Step left Step 8: Step left Step 9: Kick right Step 10: Kick left Step 11: Kick right Step 12: Kick left Step 13: Turn around Step 14: Turn around Step 15: Turn around Step 16: Turn around Is the song over (y/n)? n Alright, keep on going! Step 1: Step right Step 2: Step right Step 3: Step right Step 4: Step right Step 5: Step left Step 6: Step left Step 7: Step left Step 8: Step left Step 9: Kick right Step 10: Kick left Step 11: Kick right Step 12: Kick left Step 13: Turn around Step 14: Turn around Step 15: Turn around Step 16: Turn around Is the song over (y/n)? y Congratulations, you have just learned the Cupid Shuffle!

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

C programming

Practice writing programs with nested control structures (i.e. if-else ifelse statements, while loops, for loops, and do-while loops).

For this, you will convert your Classwork 6 pseudocode to C code. Your program will write the song introduction using a do-while loop. The dance instruction will use a while loop. Inside the while loop, the program will have a for loop that iterates through the 16 steps of the Cupid Shuffle, using an if-else if-else block to determine what step it is and print out the instruction.
Example Compilation and Execution

Do you like group/line dances? Well, I do, and my favorite is the Cupid
Shuffle. Please put it on and I’ll show you how to do it!
Is the introduction over (y/n)? n
Do what you want.
Is the introduction over (y/n)? n
Do what you want.
Is the introduction over (y/n)? y
Alright, it’s dance time!
Is the song over (y/n)? n
Alright, keep on going!
Step 1: Step right
Step 2: Step right
Step 3: Step right
Step 4: Step right
Step 5: Step left
Step 6: Step left
Step 7: Step left
Step 8: Step left
Step 9: Kick right
Step 10: Kick left
Step 11: Kick right
Step 12: Kick left
Step 13: Turn around
Step 14: Turn around
Step 15: Turn around
Step 16: Turn around
Is the song over (y/n)? n
Alright, keep on going!
Step 1: Step right
Step 2: Step right
Step 3: Step right
Step 4: Step right
Step 5: Step left
Step 6: Step left
Step 7: Step left
Step 8: Step left
Step 9: Kick right
Step 10: Kick left
Step 11: Kick right
Step 12: Kick left
Step 13: Turn around
Step 14: Turn around
Step 15: Turn around
Step 16: Turn around
Is the song over (y/n)? y
Congratulations, you have just learned the Cupid Shuffle!

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 4 images

Blurred answer
Knowledge Booster
Types of Loop
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education