In this task, you are asked to write a program called Swap.java, including at least 3 following methods: Main() swapDigitPairs ( parameter) swapLetterPairs (parameter) In the main method,  Use your Panther Number as the input argument, call swapDigitPairs ( parameter) Ask user to input a number and call a method swapDigitPairs to swap the number as shown in the example of the following figure.  Ask the user to input a string of letters/numbers and call a method swapLetterPairs to swap the letters as shown in the following example. The method swapDigitPairs accepts an integer n as a parameter and returns a new integer whose value is similar to n’s but with each pair of digits swapped in order. For example, the call of swapDigitPairs(482596) would return 845269. Notice that the 9 and 6 are swapped, as are the 2 and 5, and the 4 and 8. If the number contains an odd number of digits, leave the leftmost digit in its original place. The method swapDigitPairs should not use String class to help the swapping operation.    The method swapLetterPairs will conduct similar swapping operation as swapDigitPairs, but accepts a String as a parameter and return the swapped String. You can use String class in this method.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter7: Characters, Strings, And The Stringbuilder
Section: Chapter Questions
Problem 6PE
icon
Related questions
Question

In this task, you are asked to write a program called Swap.java, including at least 3 following methods:

  • Main()
  • swapDigitPairs ( parameter)
  • swapLetterPairs (parameter)

In the main method, 

  • Use your Panther Number as the input argument, call swapDigitPairs ( parameter)
  • Ask user to input a number and call a method swapDigitPairs to swap the number as shown in the example of the following figure. 
  • Ask the user to input a string of letters/numbers and call a method swapLetterPairs to swap the letters as shown in the following example.

The method swapDigitPairs accepts an integer n as a parameter and returns a new integer whose value is similar to n’s but with each pair of digits swapped in order. For example, the call of swapDigitPairs(482596) would return 845269. Notice that the 9 and 6 are swapped, as are the 2 and 5, and the 4 and 8. If the number contains an odd number of digits, leave the leftmost digit in its original place. The method swapDigitPairs should not use String class to help the swapping operation. 

 

The method swapLetterPairs will conduct similar swapping operation as swapDigitPairs, but accepts a String as a parameter and return the swapped String. You can use String class in this method.

0. C:\Windows\system32\cmd.exe
E:\temp\java\hw2>java Swap
Please input a number to be swapped: 1234
The swapped result is: 2143
Please input a string to be swapped: abcd
The swapped result is: badc
E:\temp\java\hw2>java Swap
Please input a number to be swapped: 12345
The swapped result is: 13254
Please input a string to be swapped: abcde
The swapped result is: acbed
E:\temp\java\hw2>
Transcribed Image Text:0. C:\Windows\system32\cmd.exe E:\temp\java\hw2>java Swap Please input a number to be swapped: 1234 The swapped result is: 2143 Please input a string to be swapped: abcd The swapped result is: badc E:\temp\java\hw2>java Swap Please input a number to be swapped: 12345 The swapped result is: 13254 Please input a string to be swapped: abcde The swapped result is: acbed E:\temp\java\hw2>
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 5 images

Blurred answer
Knowledge Booster
void method
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning