Identify when you would use if-else statement in programming

Assignment Help JAVA Programming
Reference no: EM131930889

Assignment

1) In Java, a data structure is a particular way of organizing data so that it can be used efficiently. An array is a Java data structure. Define an Array and why you would use one. Provide an example that is not from the text.

What is the output of the following array code fragment:

int[] egArray = { 2, 4, 6, 8, 10, 1, 3, 5, 7, 9 };
for ( int index= 0 ; index < 5 ; index++ )
System.out.print( egArray[ index ] + " " );

• 2 4 6 8
• 2 4 6 8 10
• 2 4 6 8 10 1
• 2 4 6 8 10 1 3 5 7 9

2) Java provides three repetitions structures: while, do while and for. These statements are also known as loops. When would you use a looping statement? Share an example where a looping statement is needed.

Consider the Java code below, indicate the output that will be produced:

final int MIN = 10, MAX = 20; int num = 15;
while (num < MAX)
{
num = num + 1;
System.out.println (num):
}

3) Provide the definition of an If-Else statement. Identify when you would you use an If-Else statement in programming.

Consider the Java code below:
if (x > 5)
{
System.out.println("A");
if (x < 10)
System.out.println("B");
}
else
System.out.println("C");
What is displayed if x is:
• 4;
• 5;
• 6;
• 9;
• 10;
• 11.

Reference no: EM131930889

Questions Cloud

Discuss the motivation of people who keep quiet : Discuss the motivation of people who keep quiet and struggle with dispensing bad news.
Discuss the motivation of people who keep quiet : Discuss the motivation of people who keep quiet and struggle with dispensing bad news.
Describe how the brain has been implicated in schizophrenia : Describe how the brain has been implicated in schizophrenia. Describe the clinical symptoms of schizophrenia, including positive, negative, and disorganized.
What was the result of your political ideology quiz : What was the result of your political ideology quiz? Do the results of the quiz give an accurate or adequate representation of your political position?
Identify when you would use if-else statement in programming : Provide the definition of an If-Else statement. Identify when you would you use an If-Else statement in programming.
Supply chain ethics when they purchase apparel : Do you believe that consumers consider a brand's supply chain ethics when they purchase apparel?
Marketers to implement with regards to seo : That is, if you were a SEO consultant for a small business owner, what three tips would you insist that the entrepreneur immediately change on his website?
Write program to read phone call records from a file : CSC 2430 LAB 1 - Phone Calls Processing - Your assignment is to write a C++ program to read in a list of phone call records from a file
Compile an annotated bibliography : HRMT20024 T1 2018 - Assessment 2 Annotated Bibliography Guidelines - identify which sector you will study for Assessments 2

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