Ask a New Question
Search
x=-2 output=12 x=1 output =9 x=4 output =6 help me solve
1 answer
x1= -2
x2=x1+3= -2+3=1
x3=x2+3=1+3=4
output1=12
output2=output1-3=12-3=9
output3=output2-3=9-3=6
x(n+1)=x(n)+3
output(n+1)=output(n)-3
Ask a New Question
or
answer this question
.
Similar Questions
Consider the following selection statement where X is an integer test score between 0 and 100.
input X if (0 <= X and X < 49)
1 answer
Consider the following selection statement where X is an integer test score between 0 and 100.
input X if (0 <= X and X < 49)
1 answer
Question
What will the output of this program be if the user enters 25? INPUT num IF num > 20 AND num < 22 THEN OUTPUT "Just
1 answer
Hi, I'm having trouble finding the overall output.
output at A is pq output at B is ~q+r output at C is ~p(~q+r) What is is the
0 answers
more similar questions