Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

let suma =0; for(let i = 3; i <1000;i++){ if(Number.isInteger(i/3)|| Number.isInteger(i/5)){ suma = suma + i; } console.log(i); }

Carlos Grueso answered on May 23, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • s=0 def sum(x,y): n=int(input("enter no. of terms") for i in range(n): l=int(input("enter no.")) s=s+l print(s) sum()
  • int sum = 0; for(int i = 10; i > 0; i -= 3) { sum += i; } System.out.println(sum);
  • for (int i = 10; i<350;i = i+50)
  • what is the time complexity of fun()? int fun(int n) { int count = 0; for (int i = 0; i < n; i++) for (int j = i; j > 0; j--) count = count + 1; return count; }
  • let number = 0; while (number <= 10) { console.log("vat khamu", number); number++ } how to add only even number , just change the number++
  • Problem Statement For an integer n, let S(n) be the sum of digits in the decimal notation of n. For example, we have S(123) = 1 + 2 + 3 = 6 Given two 3-digit integers A and B, find the greater of S(A) and S(B). Constraints • All values in input are inte
  • sum = 0 for i in range(1, 101): if i%2 != 0: continue else: sum+=i print(sum)

  • let suma =0; for(let i = 3; i <1000;i++){ if(Number.isInteger(i/3)|| Number.isInteger(i/5)){ suma = suma + i; } console.log(i); }

    0

    sea ​​suma =0;

    para(sea i = 3; i <1000;i++){

    if(Número.esEntero(i/3)|| Número.esEntero(i/5)){

    suma = suma + yo;

    }

    consola.log(i);

    Popularity 1/10 Helpfulness 1/10 Language whatever
    Tags: let whatever
    Link to this answer
    Share Copy Link
    Contributed on May 23 2023
    Carlos Grueso
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.