● Create a class named Decimals. Write a static method named print DecimalDigits that takes a double as a parameter and does not return anything. ● ● The method should print out "Digits after decimal point: ", followed by all the digits after the decimal point on one line (do not include the decimal point). Additional rule: Your code must not contain any loops. Create a test class named DecimalsTest that contains the main method and use the sample usage below to check your code. Method Call Decimals.printDecimalDigits (37.2) Decimals.print DecimalDigits (1000) Method Output Digits after decimal point: 2 Digits after decimal point: 0 Decimals.print DecimalDigits (18.3927493038) Digits after decimal point: 3927493038

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter8: Advanced Method Concepts
Section: Chapter Questions
Problem 9E
icon
Related questions
Question
● Create a class named Decimals.
Write a static method named printDecimalDigits that takes a double as a parameter
and does not return anything.
●
●
●
The method should print out "Digits after decimal point: ", followed by all the digits
after the decimal point on one line (do not include the decimal point).
Additional rule: Your code must not contain any loops.
Create a test class named DecimalsTest that contains the main method and use the sample
usage below to check your code.
Method Call
Decimals.print DecimalDigits (37.2)
Decimals.print DecimalDigits (1000)
Method Output
Digits after decimal point: 2
Digits after decimal point: 0
Decimals.printDecimalDigits (18.3927493038) Digits after decimal point: 3927493038
Transcribed Image Text:● Create a class named Decimals. Write a static method named printDecimalDigits that takes a double as a parameter and does not return anything. ● ● ● The method should print out "Digits after decimal point: ", followed by all the digits after the decimal point on one line (do not include the decimal point). Additional rule: Your code must not contain any loops. Create a test class named DecimalsTest that contains the main method and use the sample usage below to check your code. Method Call Decimals.print DecimalDigits (37.2) Decimals.print DecimalDigits (1000) Method Output Digits after decimal point: 2 Digits after decimal point: 0 Decimals.printDecimalDigits (18.3927493038) Digits after decimal point: 3927493038
Expert Solution
Step 1

The program is written in Java. Check the program screenshot for the correct indentation. Please check the source code and output in the following steps.

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781305480537
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage