Let's share a case of icy cola at the office. To do this, we will write a program with these requirements:
1. You need to read two integers from the keyboard. The first number is the number of cola cans in a case. The second is the number of people at the office.
2. Display the result of dividing th
Share a Coke
- 4
Locked
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
hidden #11203013
18 December 2022, 14:51
I would add an extra check, that number of people is not zero. Otherwise you'll get an error.
0