Question: Write a method that takes an integer number ( either positive or negative ) , and finds and returns the largest digit in that number.
Write a method that takes an integer number either positive or negative and finds and returns the largest digit in that number.
Requirements:
Do not use arrays in your solution.
Do not convert integer into a string in order to extract digits. Use operator instead.
Start coding with TwoMethodsAzip Download TwoMethodsAzip
Make sure to write method code according to the specifications and test them using unit tests provided in TwoMethodsAzip Download TwoMethodsAzip
Do not add any imports to the project all packages needed for solution are already imported.
Do not alter any of the tests. If your code is not passing a test, find and fix errors in your method implementation rather than changing the test code.
No partial credit will be given for a method that fails even one test.
Two Methods fractionSum method
Write a method that calculates and returns sum of fractions nn where value n is passed as parameter and defines the length of the pattern and the sum. The method returns if the value of n is less than
Examples:
fractionSum
fractionSum
fractionSum
fractionSum
fractionSum
Start coding with TwoMethodsAzip Download TwoMethodsAzip
Make sure to write method code according to the specifications and test them using unit tests provided in TwoMethodsAzip Download TwoMethodsAzip
Do not add any imports to the project all packages needed for solution are already imported.
Do not alter any of the tests. If your code is not passing a test, find and fix errors in your method implementation rather than changing the test code.
No partial credit will be given for a method that fails even one test.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
