Exercise: Number Sequence
Let's use conditionals to generate the correct number in a sequence!
We'll cover the following...
Problem Statement
Given an integer, n
, between 0
and 9
, generate the n+1
number. ...
Let's use conditionals to generate the correct number in a sequence!
Given an integer, n
, between 0
and 9
, generate the n+1
number. ...