Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+15 votes

I would like to produce a graph of possible whole number integer results from the equations (a^2 + b^2)/(ab+1). could I use the drawing panel to produce the graph?

asked in CSC211_Winter2018 by (1 point)

1 Answer

+4 votes

Yes, you can call a specific graph from the drawing panel. For example class Bar produces a bar graph with int height, width, value, int x values, int y values.

answered by (1 point)
...