Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 785 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 785 Bytes

AI-Calculator

Let’s play around with a basic artificially intelligent calculator.

Features

This is how the application works:

It takes in inputs as text Translates them into mathematical notation Returns the answers in the numerical form Please do not get overwhelmed by the gibberish in the code; we will look at it later in the activity. For now, run the AI calculator and play around with it. See if you can find the correct answers to your questions.

Commands

Use the following keywords for their associated operations:

  • plus for addition
  • minus for subtraction
  • times for multiplication
  • divided by for division

Sample input

You can start using the AI calculator with the following sample commands:

What is two plus 24?
What is two plus 5 times 20