+0  
 
-1
501
1
avatar+3 

Good evening!
I apologize for the simple question. We have a function, for example,
  x ^ 4 + x ^ 3 + x ^ 2 + x-10
How to quickly substitute different x to get answers in programs.?

 Jun 6, 2020
 #1
avatar+23246 
0

If you're writing a program and you have a sequence of numbers, try using a loop; usually, FOR loops are the easiest to write.

 

Or, do you mean that you want user input?  Then, obviously, use INPUT statements.

 Jun 7, 2020

0 Online Users