spese 2017
This commit is contained in:
parent
a35f92ca97
commit
e8e48fa66e
1 changed files with 5 additions and 6 deletions
|
@ -4,8 +4,7 @@ var prog_indice=0; //serve?
|
|||
|
||||
|
||||
|
||||
|
||||
var spese=[100,600,600];
|
||||
var spese=[1440];
|
||||
|
||||
var totale=sommatoria(spese);
|
||||
console.log(totale+ "totale");
|
||||
|
@ -17,7 +16,7 @@ var totale_per_Km=(totale/100)*30;
|
|||
|
||||
console.log(totale_per_Km+"totale da coprire in base km");
|
||||
|
||||
var km_uso=[200, 3000, 1000, 1200];
|
||||
var km_uso=[14200, 1000, 2875, 900];
|
||||
|
||||
var totale_KM= sommatoria(km_uso);
|
||||
|
||||
|
@ -35,9 +34,9 @@ var totale_per_T=(totale/100)*70;
|
|||
|
||||
console.log(totale_per_T+"totale da coprire in base al tempo");
|
||||
|
||||
var user=["gabri", "ge", "brogie", "col_G"];
|
||||
var user=["gabri", "elia", "kiki", "savino"];
|
||||
|
||||
var giorni_uso=[100, 10, 100, 12];
|
||||
var giorni_uso=[50, 87, 52, 4];
|
||||
//se lo si usa come collettivo vale 1 o vale 4?!
|
||||
var s_giorni_uso=0;
|
||||
|
||||
|
@ -140,4 +139,4 @@ function initProgetto() {
|
|||
}
|
||||
|
||||
initStorage();
|
||||
initProgetto()
|
||||
initProgetto()
|
||||
|
|
Loading…
Reference in a new issue