View difference between Paste ID: eMZN8TUN and PYvuUxCA
SHOW: | | - or go back to the newest paste.
1
<script type="text/javascript">
2
Cartera = new Array(stock1,stock2);
3
4
window.prompt("Introdueix els valor de la cartera");
5
6-
function afegirStock(){
6+
7
8-
	var String nombreAccions;
8+
function cartera(){
9-
	var int valor;
9+
var numero=0;
10
var nombreaccions = [];
11
var valor =[]
12
}
13
14
function afegirStock(cartera, nombreaccionsin, valorin){
15-
	var cartera;
15+
	cartera.nombreaccions[cartera.numero]=nombreaccionsin;
16
	cartera.valor[cartera.numero]=valorin;
17
	cartera.numero++;
18
}
19
20
function obtenirValorTotal(){
21
22
23
}
24
25
</script>