EasyManuals Logo
Home>Texas Instruments>Calculator>TI-84 Plus

Texas Instruments TI-84 Plus Guide Book

Texas Instruments TI-84 Plus
696 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #443 background imageLoading...
Page #443 background image
Chapter 16: Programming 440
While
WhileWhile
While
While performs a group of commands while condition is true. condition is frequently a
relational test (Chapter 2).
condition is tested when While is encountered. If condition is true
(nonzero), the program executes a group of
commands. End signifies the end of the group.
When
condition is false (zero), the program executes each command following End. While
instructions can be nested.
:While condition
:command (while condition is true)
:command (while condition is true)
:End
:command
Repeat
RepeatRepeat
Repeat
Repeat repeats a group of commands until condition is true (nonzero). It is similar to While,
but
condition is tested when End is encountered; therefore, the group of commands is
always executed at least once.
Repeat instructions can be nested.
:Repeat condition
:command (until condition is true)
Program Output

Table of Contents

Other manuals for Texas Instruments TI-84 Plus

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-84 Plus and is the answer not in the manual?

Texas Instruments TI-84 Plus Specifications

General IconGeneral
Battery typeAAA
Power sourceBattery
Number of batteries supported4
TypeGraphing
CoverNo
Form factorPocket
Control typeButtons
Product colorBlack
USB portYes
USB 2.0 ports quantity1
Digits- digits
Display number of lines8 lines
Display number of characters16
RAM capacity0.024 MB
ROM capacity0.480 MB
Storage media type-

Related product manuals