Close
Close full mode
logoMakeCode AP CSP

Putting It All Together Project

Project

My project must:

⬜ Ask for user input

⬜ Incorporate the use of string, integer and Boolean variables

⬜ Use relational operators (comparison statements)

⬜ Incorporate conditional statements

The link to my project

Screenshot of my code

Note - right-click on Workspace and select Snapshot.

Link:

Screencast of my program

Note - see your teacher for directions on how to create a screencast.

Link:

The purpose of my program is

Give an overview of what your program does.

Link:

My program functions by

Explain how the user interacts with your program.

Link:

The input of my program is

What are the user inputs?

Link:

The output of my program is

What are the outputs of your program?

Link:

Explain what the conditional statement(s) in the program do

Link:

Definitions

Definitions to review when answering the prompts above:

Input: Program input is data that are sent to a computer for processing by a program. Input can come in a variety of forms, such as tactile (through touch), audible, visual, or text. An event is associated with an action and supplies input data to a program.

Program functionality: The behavior of a program during execution and is often described by how a user interacts with it.

Output: Program output is any data that are sent from a program to a device. Program output can come in a variety of forms, such as tactile, audible, visual. movement or text.

Purpose: The problem being solved or creative interest being pursued through the program.

πŸ“˜ Unit 3 - AAP Part 1 β€” Previous
Conditional Statements
Next β€” πŸ“˜ Unit 3 - AAP Part 1
Day 13