Prompt, Displaying the home screen, Displaying values and messages – Texas Instruments TI-84 User Manual

Page 453

Advertising
background image

Chapter 16: Programming

450

Prompt

Prompt

Prompt

Prompt

During program execution,

Prompt

displays each

variable

, one at a time, followed by

=?

.

At each prompt, enter a value or expression for each

variable

, and then press

Í. The

values are stored, and the program resumes execution.

Prompt variableA[,variableB,...,variable n]

Note:

Y= functions are not valid with

Prompt

.

Displaying the Home Screen

Displaying the Home Screen

Displaying the Home Screen

Displaying the Home Screen

Disp

(display) without a value displays the home screen. To view the home screen during

program execution, follow the

Disp

instruction with a

Pause

instruction.

Disp

Displaying Values and Messages

Displaying Values and Messages

Displaying Values and Messages

Displaying Values and Messages

Disp

with one or more

values

displays the value of each.

Disp [valueA,valueB,valueC,...,value n]

Program

Output

Advertising