Questions tagged as 'algoritmo'

1
answer

Algorithm to identify grave and acute sounds of songs [closed]

Hello. I wondered if anyone was able to make a code that identifies music beats. For example a sound of Electronic music. I say this because I wanted to make a game that it generates obstacles at the moment of the serious beat and some treble....
asked by 09.02.2018 / 06:50
0
answers

How to sort a random position in an array?

I have an array of random size filled with random numbers (between 0 and 3). I need to sort a position inside it and from that position, pick up the numbers "above" and "below" from the selected position and save it to another array, making a co...
asked by 21.12.2018 / 11:53
1
answer

How to know how many numbers exist from x to y? [closed]

For example, from 0 to 60. Obviously I know how many numbers exist, but what I do is know how to make my algorithm find out this mathematically.     
asked by 21.08.2017 / 16:28
1
answer

How to work out an algorithm that writes the odd numbers between 100 and 200? [closed]

I'm stuck on this issue that I saw in a Programming logic PDF , how can I resolve this?    Construct an algorithm that generates and writes the odd numbers of numbers read between 100 and 200.     
asked by 14.09.2015 / 21:46
1
answer

Validate DV of agency and account of the Federal economy box [closed]

I could not find any documentation that tells you what account should be made to validate the DV of the Federal Savings Bank, does anyone know which account is to be made or where do I find this information? I was able to find all the other b...
asked by 06.11.2018 / 13:08
1
answer

Create a certain number sequence, storing it in ArrayList

I need to develop a Java algorithm that returns the following sequence:    9, 16, 25, 36, 49 ... I have already identified that the default is as follows: 9 = 3² 16 = 4² 25 = 5² 36 = 6² Values must be stored in ArrayList and b...
asked by 02.04.2016 / 22:24