Computes the sum and displays it

Assignment Help C/C++ Programming
Reference no: EM13707988

Program: Prepare a C++ program that asks the user for an integer n and computes the sum 1^2+2^2+3^2+4^2+....+n^2 and displays it in the output screen.

You cannot use any direct formula for computation of this summation i.e you have to use loop for this. A sample output of the code will be something like this

Enter the integer n: 4

The summation is: 30

Input validation:

Do not accept a negative number. You have to use an if loop for this purpose. If the number entered is negative, finish the program displaying an error message "The value for the integer you have entered is wrong? Please run the program again"

 

Reference no: EM13707988

Questions Cloud

Make a hangman game using the given parts : Make a Hangman game using the given parts
Write a program that creates an array of 200 random numbers : Write a program that creates an array of 200 random real numbers between 0 and 200.  Using the statistics library, calculate and output the following: mean, median, variance, standard deviation, maximum value, and minimum value.
Write a program that creates an array of 200 random numbers : Write a program that creates an array of 200 random real numbers between 0 and 200.  Using the statistics library, calculate and output the following: mean, median, variance, standard deviation, maximum value, and minimum value.
Difference between cyber-related crimes and cyber crimes : Summarize the difference between cyber-related crimes and cyber crimes. On cyber crimes, define cyber trespass, cyber vandalism and cyber privacy. On cyber-related crimes describe the difference between cyber-assisted and cyber-enhanced crimes.
Computes the sum and displays it : Prepare a C++ program that asks the user for an integer n and computes the sum 1^2+2^2+3^2+4^2+....+n^2 and displays it in the output screen.
Prepare the function reverseit : Prepare the function reverseit that reverses the characters in a character array. You must also write main that calls reverseit.
Create an array dynamically : Write a program to accept a number representing how many first names the user will enter from the command line (5 names maximum), and the actual first names, from the command line.
Explain what is the partial pressure of n2 in this vessel : What is the partial pressure of SO2 in the larger container. What is the partial pressure of N2 in this vessel. What is the total pressure in the vessel
Define the concentration of a particular species in a sample : Problem- If you wanted to measure the concentration of a particular species in a sample, describe the procedure you would use to do so.

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Write out the sorted array

Write complete specifications for this problem and design a modular solution. What classes and methods did you identify during the design of your solution?

  Write a c++ program that asks the user for a radius r

Write a c++ program that asks the user for a radius r. The program must include a function called calcwradius that accepts the value of the radius r, and calls the function pi shown below.

  Write a recursive method to print all the permutations

Write a recursive method to print all the permutations of a string.

  Calculates how much a little league baseball team spent

Prepare a program that calculates how much a little league baseball team spent last year to purchase new baseballs.

  We base our need to implement composition upon

What criterion, or criteria, should be used to include objects of a class as data members of another class? In other words, what should we base our need to implement composition upon?

  Write a program that will read in 2 numbers per line

1.Write a program that will read in 2 numbers per line, and print the sum. You program should work for any number of lines of data.

  A series of one-digit non-negative numbers

Write a program that asks the user to enter a series of one-digit non-negative numbers

  Program on basic arithmetic operation

Two integers must be compared before the arithmetic operation and Subtract the two integers provided the first integer is greater than the second integer, otherwise add the two integers and subtract the second integer from the first integer.

  Approximately normally distributed

Write a program MakeFile.cpp that creates a file random.dat that contains 200 random numbers where each number is the sum of 12 random values rand( )%9. When we add a sufficient number of uniformly distributed numbers the result is approximately n..

  Write a function that accepts an int array

Element 0 of the argument arrayshould be copied to element 1 of the new array, element 1 of the argument array should be copied to element 2 of the new array, and so forth. The function shouldreturn a pointer to the new array.

  Program of a class date which displays the date

Write a C++ program of a Class Date which displays the date. Use the subsequent requirements:

  The initial data structure with information about a service

Implement a program using function for a defined task. Initial data is read from a file and added from keyboard. Program has to output initial and resulting data.The initial data structure with information about a service:

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd