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

  Prepare worlddataapp project it implements the nameindex

prepare worlddataapp project. it implements the nameindex portion includingbull creating it implemented as a binary

  What are the limits for each one of these indexes

What are the limits for each one of these indexes and is it possible to model a 2-dimensional array with a single-dimensional array?

  Write a program that simulate n rolls of six-sided die

Write a program that simulate n rolls of six-sided die and displays the frequency of occurrence of each side and What is the most likely method signature of the "parseInt() - TNE60003

  Identify the first character of the name and lengthof length

Write a Java application that stores the names of your family and friends in a one-dimensional array of Strings. The program should show all names in upper case and lower case, identify the first character of the name, and the lengths of the names.

  Program to read the names of users

Write a program to read the names of users and number of units consumed and print out the charges with names. Use the concepts of classes.

  Create bean jsp program which will compute simple interest

Create the bean which will compute Simple Interest. Use bean in JSP program. Accept details of saving like principal amount, rate of interest, period-in years from user and show amount

  Java tv''s newest owner! java tv is the greatest tv channel

Java TV's newest owner! Java TV is the greatest TV channel ever, and it prides itself in its 24 hour interesting ' programming'. To help you run this channel you will need to write a  dynamic  program that uses  Data Lists  to store all its TV show i..

  Implement a set as a new class that is derived

A set is like a bag, except that a set does not allow multiple copies of any element. If you try to insert a new copy of an item that is already present in a set, then the set simply remains unchanged.

  Java program by array

Write a program that reads in a file that contains one integer per line. Each integer represents one location in the image. Assume that there are 64 rows and 64 columns in the image

  Java class, array, link list , generic class

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

  Calculates the total annual compensation of a salesperson

Write a Java application using NetBeans Integrated Development Environment IDE that calculates the total annual compensation of a salesperson.

  Prepare executable program and a dictionary program

Prepare executable program and a dictionary Program.

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