Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 360 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 360 Bytes

PercentageCalculator

Take an array of integer values and return the percentage that sums up to 100

Deploy to Azure

{
  "data": [
  {
    "text": "red",
    "value": 30
  },
  {
    "text": "green",
    "value": 20
  },
  {
    "text": "blue",
    "value": 150
  },
  ]
}