DEV Community

Tony.Rese5
Tony.Rese5

Posted on

An App Maybe?

  1. For the app you’re thinking of, what’s an example of an input the brain would take?

    A- if productLife <= expirationDate {
    print("this is still good")
    }

  2. What’s an example of a result it would return to display in the user interface?

A- This would result being told which food is still ok to eat.

Top comments (0)