Commit 3e9777a3 authored by Ahmad Nemati's avatar Ahmad Nemati

git pu

parent f0b97a6e
...@@ -58,12 +58,12 @@ async function run() { ...@@ -58,12 +58,12 @@ async function run() {
{ {
if (arrRunup[i] <1) if (arrRunup[i] <1)
runUpunder1++ runUpunder1++
if (arrRunup[i]<1.1) if (arrRunup[i]<2)
runUpUnder11++ runUpUnder11++
} }
console.log('Count of runUp<1 :'+runUpunder1) console.log('Count of runUp<1 :'+runUpunder1)
console.log('Count of runUp<1.1 :'+runUpUnder11) console.log('Count of runUp<2 :'+runUpUnder11)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment