Was the code does syntactically right

Assignment Help JAVA Programming
Reference no: EM13942282

Access the array 4 Java program. Code, compile, and run the program. There are four lines of code marked (1)..(4) that you must explain after analyzing the code, running the program, and examining the output. Post to the Answer Forum an explaination of each of the lines of code (1..4),import java.io.*;

public class array4 //class code block
{
public static final double value1 = 25.5; //class variable

public static void main(String args[]) throws IOException //method code block of class

{

int x,y;
int max = 20;
double a,b;
int[] ints1 = new int[max]; //creates array of integers (1)

System.out.println(ints1[0]); //array elements initialized to zero
x = 25;
y = 15;
ints1[0]= x++ + y++; // (2)
System.out.println(x);
System.out.println(y);
System.out.println(ints1[0]); //value is 40 and is precedence dependent

for(int i=0;i<ints1.length;++i) // (3)
{
ints1[i]=i+2; // (4)
System.out.println(ints1[i]);
}
System.out.println(ints1[4]+value1);

}
}

that is, what the code does syntactically and what it does in the program.

Reference no: EM13942282

Questions Cloud

Why are users willing to help create certain products even : Why are users willing to help create certain products even though few, if any, users are paid for their efforts? How does this make sense from an economic standpoint? How do you think these users identify opportunity cost?
Establish new work environment to meet organizational need : One has to communicate with and consult with the work team to manage the transition and establish a new work environment to meet an organizational need.
Excellent opportunity to apply the concepts : This week you have an excellent opportunity to apply the concepts and frameworks described in this module to a real-world situation. First, identify an organization that you know well. For example, it could be your place of work, your church, or a..
What considerations are made when calculating tvm : How do you explain the use of time value of money (TVM) in business? What considerations are made when calculating TVM? How may you use TVM to create your own, or someone else's, retirement plan
Was the code does syntactically right : Access the array 4 Java program. Code, compile, and run the program. There are four lines of code marked (1)..(4) that you must explain after analyzing the code, running the program, and examining the output.
Consumer health informatics : Consumer Health Informatics (CHI) is the field that helps to connect the gap between patients and health resources. Its focus is to provide patients with the most complete health information possible.
Write essay in which compare a short story to film version : Write an essay in which you compare a short story to the film version or to another form of visual media. You may select any short story of your choice; however, you must write the essay in the format of a comparison / contrast essay.
Best exemplifies a free trade agreement : Which of the following best exemplifies a free trade agreement?
The phrase ''tax rate'' is at least three ways ambiguous : If sea levels rise dramatically then some low islands are at danger of disappearing.  The Maldives are coral islands in the Indian Ocean none of which are more than six feet above sea level.  Islands whose highest points are less than three meters ab..

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