Exercise 2

Please create project module files and solution logic code:

1. Create 2 files JSON with data content

file json 1: {“data”: [1, 12, 3, 8, 5, 20, 18]}
file json 2: {“data”: [18, 1, 3, 20, 10, 8, 35]}

2. Write function read file JSON

3. Write function find min, max in (JSON 1, JSON 2)

4. Write function find numbers even, odd

5. Write function sort ascending and descending in JSON 1, JSON 2