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

WAP to input 3 no.s and print their sum.

Vishal Baibhav Panda answered on April 29, 2022 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Accept number from user and calculate the sum of all number from 1 to a given number
  • 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
  • if a five digit number is input through the keyboard write a program to calculate the sum of digits
  • i=int(input("enter the number")); sum=0; pro=1; while(i>0): d=1%10; if (d%2==0): sum=sum+d; else: pro=pro*d; i=i//10; print("sum=",sum,"product=",pro);
  • 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.
  • input 5 numbers and print their sum using while loop
  • how to make the inputs become a sum python

  • WAP to input 3 no.s and print their sum.

    0
    Popularity 1/10 Helpfulness 1/10 Language python
    Source: Grepper
    Tags: input python wap
    Link to this answer
    Share Copy Link
    Contributed on Apr 29 2022
    Vishal Baibhav Panda
    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.