Page 1 of 1

3. A box of cookies can hold 24 cookies, and a container can hold 75 boxes of cookies. Create a windows form program usi

Posted: Tue May 24, 2022 7:46 am
by answerhappygod
3 A Box Of Cookies Can Hold 24 Cookies And A Container Can Hold 75 Boxes Of Cookies Create A Windows Form Program Usi 1
3 A Box Of Cookies Can Hold 24 Cookies And A Container Can Hold 75 Boxes Of Cookies Create A Windows Form Program Usi 1 (63.99 KiB) Viewed 32 times
3. A box of cookies can hold 24 cookies, and a container can hold 75 boxes of cookies. Create a windows form program using c# that prompts the user to enter a total number of cookies, the number of cookies in a box, and the number of cookie boxes in a container. The program then outputs the number of boxes and the number of containers to ship the cookies and save all the entries and result in a text file named output.txt. Note that each box must contain the specified number of cookies, and each container must contain the specified number of boxes. If the last box of cookies contains less than the number of specified cookies, you can discard it and output the number of leftover cookies. Similarly, if the last container contains less than the number of specified boxes, you can discard it and output the number of leftover boxes.