Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

2018Fall

08.21.17 - 12.17.17

Introduction to Computer Programming

CSYS1203

Tuesday Thursday
02:00 PM - 03:20 PM

Guessing Game

Lab03

Objective: To practice with flow charts, loops, and decisions

pastdue

Submit Your Solution

Lab03

Request a Copy of your Solution

Lab03

Requirements

Flowchart is properly formed10 pts
Flowchart describes a set of correct steps to solve the problem10 pts
User can make unlimited guesses but program can end10 pts
Program gives correct hints10 pts
Total40 pts

Instructions

Basics

For this lab you will need to create a flowchart for a guessing game. In this game the computer will know a secret number and the user will be trying to guess that number.

Details

The secret number that the computer knows does not have to be random but can instead just be a set value. The user will then have as many opportunities as needed to guess that secret number. Each time the user makes a guess that is not correct the program should tell the user they guessed too high or too low. If the user guesses the number correctly the computer should congratulate them and then the program will end.