l Problem Sieve method is an old way to find all the prime numbers smaller than a certain natural number N (N>1). It wosieve method,prime numbers,loop,step,for,if
l Problem Fibonacci sequence is the series of numbers: 1, 1, 2, 3, 5, 8, 13, 21 … From the third number, each number isfibonacci sequence,iterative algorithm,recursion algorithm,loop,func,for,if
l problem The Eight Queens problem is an old and famous problem. It is described as follows: Put eight queens on the eight queens puzzle,for,if,pselect,pos,abs,concat,len
l Problem The 24-point game is a classic intellectual game using poker to carry out the calculation. The game is detail24-point game,arrange,enumerate,for,if,power,func,abs,union
Here’s how to use if statment.if