Write a method called sigma

Assignment Help JAVA Programming
Reference no: EM13691692

Question 1) Write a method called sigma that takes an int parameter n and returns the sum of all the integers from 1 to n (inclusive). For example, sigma(4) should return 10.

Question 2) Write a method called distance that takes four double parameters, x1, y1, x2 and y2. x1 and y1 are the coordinates of the first point; x2 and y2 are the coordinates of the second point. The method should return the distance between the two points. Use the Pythagorean theorem.

Question 3) The hailstone sequence begins with some designated integer n (it can be any integer). If n is even, then the next number in the sequence is n/2. If n is odd, then the next number in the sequence is 3 * n + 1.

Write a method called hailstone that takes an int parameter that gives the starting place. The method should return the number of steps that it takes until the sequence arrives at 1. For example: if the method is called with 3 as the parameter, then the sequence would be 3, 10, 5, 16, 8, 4, 2, 1. It takes 7 steps to get from 3 to 1, so the method would return 7.

Please show me all the work and provide me the code.

Reference no: EM13691692

Questions Cloud

Is it likely that both ring connections are mad : Problem- Is it likely that both ring connections are mad simultaneously in this experiment (Miniscale synthesis of a substituted pyrimidine) as was observed for the diels-alder synthesis
What prymidine would be expected as the product starting : Problem- What prymidine would be expected as the product starting with acetamidine and diethyl malonate? with urea and 2,4-pentanedione. Depict your all calculation in detail so I can understand the solution thoroughly
Calculates the average of numbers : Write a C program which takes n number of element from user (where, n is specified by user), stores data in an array and calculates the average of those numbers. Output of the program should look like this;
How many moles of strong base were initially added : Assume that the volume remains constant when the base is added. when the reaction is complete, what is the concentration ratio of conjugate base to acid. How many moles of strong base were initially added
Write a method called sigma : Write a method called sigma that takes an int parameter n and returns the sum of all the integers from 1 to n (inclusive). For example, sigma(4) should return 10.
Calculate the change in internal energy : Calculate the change in internal energy of the following system: a 100.0-g bar of gold is heated from 25 ?C to 50 ?C during which it absorbs 322 J of heat. Assume the volume of the gold bar remains constant.
List the six steps in the problem solving methodology : List the six steps in the problem solving methodology described in the text to be applied to computer programming assignments?
Calculate the number of joules in a btu : Problem- The use of the British thermal unit (Btu) is common in much engineering work. ABtu is the amount of heat required to raise the temperature of 1 lb of water by 1?F. Calculate the number of joules in a Btu.
What mass of naoh is needed to precipitate the cd2+ ions : Problem- What mass of NaOH is needed to precipitate the Cd2+ ions from 34.0mL of 0.510M Cd(NO3)2 solution

Reviews

Write a Review

JAVA Programming Questions & Answers

  Recursive factorial program

Write a class Array that encapsulates an array and provides bounds-checked access. Create a recursive factorial program that prompts the user for an integer N and writes out a series of equations representing the calculation of N!.

  Hunt the wumpus game

Reprot on Hunt the Wumpus Game has Source Code listing, screen captures and UML design here and also, may include Javadoc source here.

  Create a gui interface

Create GUI Interface in java programing with these function: Sort by last name and print all employees info, Sort by job title and print all employees info, Sort by weekly salary and print all employees info, search by job title and print that emp..

  Plot pois on a graph

Write a JAVA program that would get the locations of all the POIs from the file and plot them on a map.

  Write a university grading system in java

University grading system maintains number of tables to store, retrieve and manipulate student marks. Write a JAVA program that would simulate a number of cars.

  Wolves and sheep: design a game

This project is designed a game in java. you choose whether you'd like to write a wolf or a sheep agent. Then, you are assigned to either a "sheep" or a "wolf" team.

  Build a graphical user interface for displaying the image

Build a graphical user interface for displaying the image groups (= cluster) in JMJRST. Design and implement using a Swing interface.

  Determine the day of the week for new year''s day

This assignment contains a java project. Project evaluates the day of the week for New Year's Day.

  Write a java windowed application

Write a Java windowed application to do online quiz on general knowledge and the application also displays the quiz result.

  Input pairs of natural numbers

Java program to input pairs of natural numbers.

  Create classes implement java interface

Interface that contains a generic type. Create two classes that implement this interface.

  Java class, array, link list , generic class

These 14 questions covers java class, Array, link list , generic class.

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