You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

exer_34 (2).js 114B

12345678
  1. let i = 0;
  2. let total = 0;
  3. for (let i = 20; i <= 35; i++){
  4. total = total + 3;
  5. console.log(total);
  6. ;
  7. }