answersLogoWhite

0


Best Answer

1^2 + 2^2 + ... + n^2 = n*(n+1)*(2n+1)/6

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the sum of the squares of the integers from 1 to square where your square is input by the user?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Other Math

Are all sqaures rectangle?

Actually, there is no such thing as a rectangle square. A square has 4 equal sides. On the other hand, a rectangle has 4 sides no matter what length. There are rectangle squares though. By: SupeRMAn P.S. SupeRMAn is just a user that is a 4th grade student in Temple City.


How do I write a pseudocode algorithm which inputs numeric scores and outputs how many of them are over 100. The end of the data is signalled by a user input of -1.?

101


Write a code fragment that reads 10 integer values from the user and prints the highest value entered?

import java.util.Scanner; //A class to find the highest number of 10 user inputs public class HighApp{ public static void main(String[]args){ Scanner scan = new Scanner(System.in); int count = 0; System.out.println("Enter number " + count); int highest = scan.nextInt(); //first, assume highest count ++; while(count <= 10){ System.out.println("Enter number" + count); int input = scan.nextInt(); if (input > hightest){ highest = input }//end if statement count++; }//end while loop System.out.println("The highest number entered was " + highest); }//end main method }//end HighApp class


User manual for vingcard 2100?

The user manual for Vingcard 2100 can be useful in encoding a key card system. The user manual is usually provided by the manufacturer of the key card.


Are there any games for the TI-nspire CAS calculator Games that you can install on your calculator if so where?

None have been made yet, due to the severe programming limitations put in place by TI. User input is minimally available, and programs cannot draw anything. Post by Hagefade: There is now: http://www.ticalc.org/pub/nspire/basic/games/ enjoy!

Related questions

How do I write an application that asks the user to enter two integers obtains them from the user and displays the larger number followed by the words is larger?

write an application that asks the user to enter two integers obtains them from the user in java


What is the meaning of print and input in idle python?

"print" will output a value onto the screen for a user to see. "input" or "raw_input" gets a user's input.


Why validate user input?

To insure that the users input is valid.


What is stimuli in computer science?

it is an input from a user from the real world(a real world input) that is input from either sensors or user input data to a real time application or any other type of applications.


How you can restrict the user to input only digits or integers?

import java.util.*;public class tryint{public static void main(String[] args){Scanner s=new Scanner(System.in);int w;try{System.out.print("Input number:");w=s.nextInt();System.out.print("Input number is "+w);}catch(Exception wi){System.out.println("not an integer");}}}


Does input include user responses?

yes it does.


How do you store a number of integers entered by the user in an array with java?

use a loop(for or while) to get the input from the user then store each in the array using the Scanner class like this import java.util.Scanner;//before class declaration int[] Array = new int[10]; //just an example gets 10 ints from user Scanner input = new Scanner(System.in); then something like this for(int i = 0; i < 10;i++) { System.out.println("enter number:"); Array[i]= input.nextInt(); }


Why are storage devices are output and input?

the input device get input from user.. output device display the result....


Is a graphics tablet an input or output?

A graphics tablet is used to to accept user input to the computer so is classed as input device ...


How do you get the input from the user?

Input from the user to the computer can come through many peripheral devices such as the keyboard, mouse, touch-screen, a modem or a web camera.


What is the definition for an input and output machine?

An input device is a device which is used by the user to enter data into the computer system. An output device is a device which is used by the computer to send data back to the user in a way that the user can understand. It is possible for a device to be both an input and output device simultaneously. For example a force-feedback joystick takes input from the user, but also communicates to the user with a series of vibrations or force-actions.


Is a Visual Display unit a input or a output?

Its an output device. By visual display unit I assume you're referring to one of the following: a tv, a computer monitor or a laptop screen. All 3 are output devices. The difference b/w an input and an output device is simply user input. An input device receives input from a user, an output device does not. A mouse (receives user clicks), A microphone (receives user audio), a keyboard are input devices.