3
Answers

arrays in c#

Write a program to calculate the following output

Input:[8,9,2,5,6,4] output:[1,7,3,1,2]

Answers (3)