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

404 Not Found


Maybe your looking for one of these pages?

  • Accept number from user and calculate the sum of all number from 1 to a given number
  • write c program to find sum of even numbers between 1 to n
  • Print the sum of all the inputs from the user until it enters the 0
  • Accept number from user and calculate the sum of all number from 1 to a given number
  • a program to find the sum of all the odd numbers upto a given lnumber in c
  • 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()
  • Which block of code will sum the numbers from 1 to n (including n) and store it in the variable "sum"?
  • program Pr115_3; var k, n : integer; suma : real; begin readln(n); suma := 0; for k := 1 to n do suma := suma + 1 / sqr(2*k+1); writeln(suma); readln; end.
  • Q3. WAP in C to input n numbers in an array, find out the sum of odd nos. and even nos. Display the numbers whose sum is high.
  • // Write a function that takes two numbers (a and b) as argument // Sum a and b // Return the result
  • that asks for a two digit number and then prints the english word for the number
  • WAP in C to input n numbers in an array, find out the sum of odd nos. and even nos. Display the numbers whose sum is high.
  • if the number is even and less than 15, print a // if the number is even and more than 15, print b // if the number is odd and less than 10, print c // if the number is odd and more than 10, print d // We need to solve this using two methods // method 1:
  • if the number is even and less than 15, print a // if the number is even and more than 15, print b // if the number is odd and less than 10, print c // if the number is odd and more than 10, print d // We need to solve this using two methods // method 1:
  • if the number is even and less than 15, print a // if the number is even and more than 15, print b // if the number is odd and less than 10, print c // if the number is odd and more than 10, print d // We need to solve this using two methods // method 1:
  • if the number is even and less than 15, print a // if the number is even and more than 15, print b // if the number is odd and less than 10, print c // if the number is odd and more than 10, print d // We need to solve this using two methods // method 1:
  • if the number is even and less than 15, print a // if the number is even and more than 15, print b // if the number is odd and less than 10, print c // if the number is odd and more than 10, print d // We need to solve this using two methods // method 1:
  • print the result of all the numbers entered when mathematically added together.
  • // Write a function that takes two numbers (a and b) as argument // Sum a and b // Return the result
  • // Write a function that takes two numbers (a and b) as argument // Sum a and b // Return the result
  • suma = 0 for i in range(10): suma = suma + i print(suma)
  • 1+1/2+1/3+...+1/n sum formula in python using for loop
  • . You have written a function to add two numbers: int Add(int a, int b) { return a+b; } The above function takes two numbers as input and returns their sum.
  • . You have written a function to add two numbers: int Add(int a, int b) { return a+b; } The above function takes two numbers as input and returns their sum.
  • 21. Create a program that calculates the sum of the digits of numbers in a list using a list comprehension. 22. Write a program to find the prime factors of a given number using a `for` loop and list comprehension. 23. Develop a program that extracts un
  • 21. Create a program that calculates the sum of the digits of numbers in a list using a list comprehension. 22. Write a program to find the prime factors of a given number using a `for` loop and list comprehension. 23. Develop a program that extracts un
  • Four number sum question
  • Return the sum of those two numbers plus the sum of all the numbers between them. The lowest number will not always come first. using for loop
  • 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.