Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.71K
1 Posted Topic
using System; namespace ConsoleApplication5 { class Program { static void Main(string[] args) { int[] arr = { 3, 5, 7, 1, 3, 8, 7, 1, 1, 10, 15, 32, 3 }; int sum = 0; int mul = 1; int count = 0; for (int k = 0; k < …
The End.
Aslan89