1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
mrs_skeptik [129]
3 years ago
10

Use the variables k and total to write a while loop that computes the sum of the squares of the first 50 counting numbers, and a

ssociates that value with total. Thus your code should associate 1*1 + 2*2 + 3*3 +... + 49*49 + 50*50 with total. Use no variables other than k and total.
Computers and Technology
1 answer:
pshichka [43]3 years ago
5 0
Int   k=0.total=0;
while(k++<50)
    total+=k*k;
    

You might be interested in
What three things in the third generation of computing helped get programming enthusiasts more involved with computers? Select 3
andrew11 [14]

Answer:

ipods, windows 10,intengrated circut

Explanation:

5 0
3 years ago
Read 2 more answers
A/An ___ is a series of instructions or commands that computer follows used to create software
mamaluj [8]
Code is your answer. Good luck
8 0
3 years ago
Read 2 more answers
What are examples of Table Tools options that can help edit data?
nikitadnepr [17]

Answer:

1 - change views

2 - change fonts

3 - add controls

4 - insert rows and columns

5 - add existing fields

6 - change margins

7 - view the property sheet

8 - change padding

8 0
3 years ago
Read 2 more answers
A string s is a circular shift of a string t if it matches when the the characters are circularly shifted by any number of posit
Levart [38]
The solution
Nsmksmesmnwkwkwkkw
6 0
3 years ago
rob just got a new idea for the movie he's making, and he wants to put in late hours to get it done. Which of the following stat
Maurinko [17]
We should get some pizzas and stay up the entire weekend working on it together.
6 0
3 years ago
Other questions:
  • Browsing the web is one of the most common activities performed by individuals who use computers.
    12·1 answer
  • After you enter the details for the first selected recipient in the New Address List dialog box, click _______ to add another re
    9·1 answer
  • Determine the “answer” to the formula according to the spreadsheet below:<br><br> =A3 + B4 + D2.
    15·1 answer
  • What is structured​ knowledge?
    10·1 answer
  • When network cards are communicating, bits can occasionally be corrupted in transmission?
    5·1 answer
  • Jim is writing a program to calculate the wages of workers in a teddy bear factory.
    7·1 answer
  • The inFS.open(str) function has a string parameter str that specifies the _____ of the file to open.
    10·1 answer
  • Write code which takes two inputs from the user, a number of sides followed by a side length, then creates a regular polygon wit
    10·2 answers
  • Two technicians are discussing Newton's first law of motion. Technician A says that a lightweight vehicle requires as
    8·1 answer
  • The classes Person and Airplane shall have the property to print information about themselves on a printer. Draw class and inter
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!