Skip to content

epremn/Hashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

I created a Project called the Texas Instrument TI 84 calculator. Its basically a calcular the deals with series of operations; addition, subtraction, multiplication, and division. Another component of this project is creating a slope equation plus its table.

The code starts by asking for the slope equation. If yes, then, it will ask for the slope and its y-intercept. Once that is completed, then it will go the Slope class and ask for the table. If no, then it will simply give the equation in the format of y=mx+b. If yes, then it will go to the Chart class and it will give you the equation plus table. For prinint out the table, I have create a for loop where the x variables will print from 0 to 10 and y variable will be equal to y=a the slope times i the x-vairable+ plus b, the y vairables.

X | Y

If if no slope then it will ask for two different numbers. Once the numbers are asked, then it will ask for the expression. Each expression is equivalent to 4 cases and each cases represents an operation.

For picking an operation, the expression is being set at an switch performance where each case represents an

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors