How to display math formula, stored in an arraylist?

0 votes
asked by about Android Studio
edited by

ArrayList<ArrayList<String>> quizArray = new ArrayList<>();
    String quizData[][] = {
            {"x^2", "1", "0", "x", "-1"},
            {"x^2", "5", "x", "5x-2", "1"},
            {"0", "0", "x", "e", "-1"},
            {"x+1", "5", "x", "5x-2", "1"},
            {"3", "1", "0", "x", "-1"},
            {"642", "34", "97", "5x-2", "1"}
    };

1 Answer

0 votes
No avatar answered by (329k points)

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register
...