What This Document Is
This document is a lab assignment – Lab 04: Coin Toss and Dice Rolling Program – for the CIS170C Programming course at DeVry University. It requires students to write a C++ program that simulates coin flips and dice rolls based on user input. The assignment was originally written on July 27, 2017.
Why This Document Matters
This lab is intended for students enrolled in the CIS170C course. It serves as a practical exercise to reinforce fundamental programming concepts such as user input, loops, conditional statements, and random number generation. Successful completion demonstrates a student’s ability to translate a problem description into working code.
Common Limitations or Challenges
This document provides the assignment itself, including the initial code structure and expected output. It does *not* offer detailed explanations of C++ syntax, debugging assistance, or alternative approaches to solving the problem. Students are expected to have a foundational understanding of C++ programming before attempting this lab.
What This Document Provides
The full document includes:
* The complete C++ source code for the coin toss and dice rolling program.
* A screenshot demonstrating the program’s functionality.
* A basic program header with developer and date information.
* Point distribution information for the assignment.
This preview only provides a description of the document’s contents and purpose. The actual code and screenshot are not included here.