Computer Science, asked by ssatyamkumar36, 1 year ago

Draw a flow chart to input a natural number, such as 997, and determine whether or not it is a multiple of 3.

Answers

Answered by sharinkhan
4
Start

Input (n)

Number = n / 3

whether Number n/3=0 or ≠ 0   →     if n/3 = 0 ⇒yes it is a multiple
                                    ↓
                              if n/3 ≠0
                                    ↓
                              no it is not a multiple
Similar questions