This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello World |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a program for testing if a line is Parallel, Perpendicular, | |
or Neither for the TI line of graphing calculators. | |
It is written in TI-Basic. | |
PROGRAM: TESTSLOP | |
:Input "SLOPE 1: ",A | |
:Input "SLOPE 2: ",B | |
:(AB)->C | |
: | |
:If C=-1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Your title here</title> | |
<!--Metadata, CSS, Icon and JavaScript--> | |
</head> | |
<body> | |
<!--Your markup goes here--> | |
</body> |