Please assist with this C++ programming question. A teacher at Leva Primary School needs to divide her class in different group sizes according to the activity they have to do. This will help her to prepare workstations for each group. For example, for art projects the class has to be divided in groups of 6; for science projects the class has to be divided in groups of 4. She asked you to write a program to determine the number of groups as well as the number of pupils who are left to form a smaller group. There are 56 pupils in the class. The program has the following structure:  Declare three int variables nrPupils, nrGroups, and nrLeft. nrPupils represents the number of pupils in a class, nrGroups represents the number of groups the class is divided into, and nrLeft represents the number of pupils, if any, who are in the remaining smaller group.  Assign the value 56 to nrPupils.  Declare an int variable groupSize that is used by a cin statement to input a value from the keyboard and store the size of the groups the teacher requested. Display an appropriate message. E.g. Please enter the size of each group?  Write the statement to calculate the number of groups of size groupSize.  Write the statement to calculate the number of pupils who are in the remaining smaller group. The output of the program must be displayed as follows: There are 9 groups consisting of 6 pupils There are 3 remaining pupils

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

Please assist with this C++ programming question.

A teacher at Leva Primary School needs to divide her class in different group sizes according to the activity they have
to do. This will help her to prepare workstations for each group. For example, for art projects the class has to be divided
in groups of 6; for science projects the class has to be divided in groups of 4. She asked you to write a program to
determine the number of groups as well as the number of pupils who are left to form a smaller group. There are 56
pupils in the class.
The program has the following structure:
 Declare three int variables nrPupils, nrGroups, and nrLeft. nrPupils represents the number of pupils
in a class, nrGroups represents the number of groups the class is divided into, and nrLeft represents the
number of pupils, if any, who are in the remaining smaller group.
 Assign the value 56 to nrPupils.
 Declare an int variable groupSize that is used by a cin statement to input a value from the keyboard and
store the size of the groups the teacher requested. Display an appropriate message. E.g. Please enter
the size of each group?
 Write the statement to calculate the number of groups of size groupSize.
 Write the statement to calculate the number of pupils who are in the remaining smaller group.
The output of the program must be displayed as follows:
There are 9 groups consisting of 6 pupils
There are 3 remaining pupils

 

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Structure chart
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