Share a Coke

  • 4
  • Locked
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
You can't complete this task, because you're not signed in.
Comments (1)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
18 December 2022, 14:51
I would add an extra check, that number of people is not zero. Otherwise you'll get an error.