hello help me plz i'm a beginner, i don't know how to do this
1.Input value to array 2 element
2.Compare between two element then output the maximum number
3.Compare between three element then output the maximum and minimum number
4.Mapping the value of between two element
Ex: a[0] = 10; a[1]=20 -> a[0]=20; a[1]=10
5.Mapping the value of between three element