1. Create a Java project named LabExam_Q1. 2. Define the class Number based on the given descriptions. 3. Copy class NumberApps.java into your project. 4. Run NumberApps program to get the given output.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
100%
1. Create a Java project named LabExam_Q1.
2. Define the class Number based on the given descriptions.
3. Copy class NumberApps.java into your project.
4. Run NumberApps program to get the given output.
Problem Description:
You need to construct a class Number with the following attributes:
1. decimalValue (integer)
2. digit (integer)
3. palindromeNumber (boolean)
4. reversed (queue of integer)
5. octal (stack of integer)
Create the following methods in class Number:
1. Parameterized constructor that will initialize decimalValue and palindrome attributes with
input data and false value.
2. The setDigit() method that will set digit attribute based on the number of digits in
decimalValue using Stack data structure. This method will also display output as shown in the
1* line of every test case (refer to Lab Exam_Q1 Output).
3. The ReverseNumber() method that will update the reversed queue with the reversed number
of decimalValue. This method will display output as shown in the 2™md line of each test case
(refer to Lab Exam_Q1 Output).
LabExam_Q1 Input
The first line is an integer N that represent the test case. Followed by N input of decimal number.
LabExam_Q1 Sample Input-Output
Input
Output
3
10001 is a number with 5 digits
10001
10001 in reversed number is 1o001
12
12 is a number with 2 digits
12 in reversed number is 21
9.
9 is a number with 1 digit
9 in reversed number is 9
Transcribed Image Text:1. Create a Java project named LabExam_Q1. 2. Define the class Number based on the given descriptions. 3. Copy class NumberApps.java into your project. 4. Run NumberApps program to get the given output. Problem Description: You need to construct a class Number with the following attributes: 1. decimalValue (integer) 2. digit (integer) 3. palindromeNumber (boolean) 4. reversed (queue of integer) 5. octal (stack of integer) Create the following methods in class Number: 1. Parameterized constructor that will initialize decimalValue and palindrome attributes with input data and false value. 2. The setDigit() method that will set digit attribute based on the number of digits in decimalValue using Stack data structure. This method will also display output as shown in the 1* line of every test case (refer to Lab Exam_Q1 Output). 3. The ReverseNumber() method that will update the reversed queue with the reversed number of decimalValue. This method will display output as shown in the 2™md line of each test case (refer to Lab Exam_Q1 Output). LabExam_Q1 Input The first line is an integer N that represent the test case. Followed by N input of decimal number. LabExam_Q1 Sample Input-Output Input Output 3 10001 is a number with 5 digits 10001 10001 in reversed number is 1o001 12 12 is a number with 2 digits 12 in reversed number is 21 9. 9 is a number with 1 digit 9 in reversed number is 9
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY