- You are given a number n, representing the size of array a.
- You are given n numbers, representing elements of array a.
- You are required to print a bar chart representing value of arr a.
Example 1:
Input: 5 3 1 0 7 5 Output: * * * * * * * * * * * * * * * *
Constraints:
1 <= n <= 30
0 <= n1, n2, .. n elements <= 10