Activation number in neural network

how do we compute the activation that is the result of activations we found in different layers of neurons. how do we get the one final activation number that we send further to the next neuron

Activations are computed from the input layer and continuing in sequence to the output layer.