Consider the Java program shown here: class NumberTest { public static void main(String[] args) public class NumStuff private int first; private int second; NumStuff apple - new NumStuff (32); NumStuff orange = new NumStuff (32, 22); public NumStuff(int number) { first = number X 7; second - number / 3; int a- apple.doSomething(5); int b = orange.doSomething(15, 4); int c orange.doSomething(8); int d- int e - apple.doSomething(orange.doSomething(3)); apple.doSomething(4, 15); public NumStuff(int numberl, int number2) System.out.println("Answer 1: System.out.println("Answer 2: System.out.println("Answer 3: System.out.println("Answer 4: + d); System.out.println("Answer 5: + a); + b); + c); first = number1 % 5; second = number2 / 4; + e); public int doSomething(int num) OUTPUT return first second/num; Answer 1: public int doSomething(int num1, int num2) Answer 2:

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Consider the Java program shown here:
public class NumStuff
class NumberTest {
public static void main(String[] args)
private int first;
private int second;
NumStuff apple = new NumStuff (32);
NumStuff orange = new NumStuff (32, 22);
public NumStuff(int number)
int a - apple.doSomething(5);
int b = orange.doSomething(15, 4);
int c orange.doSomething(8);
int d = apple.doSomething(4, 15);
int e = apple.doSomething(orange.doSomething(3));
first = number % 7;
second = number / 3;
public NumStuff(int number1, int number2)
System.out.println("Answer 1: " + a);
System.out.printin("Answer 2: " + b);
System.out.printin("Answer 3: " + c);
System.out.println("Answer 4: "+ d);
System.out.println("Answer 5: " + e);
first = number1 % 5;
second = number2 / 4;
public int doSomething(int num)
return first * second / num;
OUTPUT
Answer 1:
public int doSomething(int num1, int num2)
Answer 2:
Answer 3:
return first + numl / second + num2;
Answer 4:
Answer 5:
In the space below, write the output of the program.
BIU E
42°F Cle
Type here to search
近
Transcribed Image Text:Consider the Java program shown here: public class NumStuff class NumberTest { public static void main(String[] args) private int first; private int second; NumStuff apple = new NumStuff (32); NumStuff orange = new NumStuff (32, 22); public NumStuff(int number) int a - apple.doSomething(5); int b = orange.doSomething(15, 4); int c orange.doSomething(8); int d = apple.doSomething(4, 15); int e = apple.doSomething(orange.doSomething(3)); first = number % 7; second = number / 3; public NumStuff(int number1, int number2) System.out.println("Answer 1: " + a); System.out.printin("Answer 2: " + b); System.out.printin("Answer 3: " + c); System.out.println("Answer 4: "+ d); System.out.println("Answer 5: " + e); first = number1 % 5; second = number2 / 4; public int doSomething(int num) return first * second / num; OUTPUT Answer 1: public int doSomething(int num1, int num2) Answer 2: Answer 3: return first + numl / second + num2; Answer 4: Answer 5: In the space below, write the output of the program. BIU E 42°F Cle Type here to search 近
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Files and Directory
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education