CodeGym /Java Course /Java Multithreading /Practice with autoboxing Characters

Practice with autoboxing Characters

Java Multithreading
Level 9 , Lesson 9
Available
Practice with autoboxing Characters - 1

"Hi, Amigo!"

9
Task
Java Multithreading, level 9, lesson 9
Locked
This weird BigDecimal
Fix the bug causing a calculation error in the getValue() method. Don't change method signature. Don't use rounding. Read the supplementary article about the special features of autoboxing.
16
Task
Java Multithreading, level 9, lesson 9
Locked
Caching
In CacheComputeManager, implement the logic of the empty method. Guess what it should do based on the method name and the class's logic.
16
Task
Java Multithreading, level 9, lesson 9
Locked
The archaic word "biathlon"
Amigo, can you believe it? In the 21st century, there was a sport called biathlon. It involved people skiing and shooting targets at special ranges. They had to hit 5 targets in one round of shooting. Participants shot while standing and in a prone position, but we won't go into the details.
9
Task
Java Multithreading, level 9, lesson 9
Locked
And more refactoring
An integer from 0 to 999, inclusive, is randomly chosen. The user enters a number from the keyboard. The program responds, telling the user whether the entered number is more or less than the secret number. If the user guesses the number in 10 attempts, then the program displays: "You guessed it!"
16
Task
Java Multithreading, level 9, lesson 9
Locked
Refactoring the Chain of Responsibility pattern
We have a program that has a logging system that works as follows: if the event's log level is FATAL, the manager is called, the CEO receives an SMS, a message is displayed on the console, and an entry is made in the log file.
16
Task
Java Multithreading, level 9, lesson 9
Locked
Replace recursion
Two integers, A and B, are randomly generated by the program. You need to display all integers from A to B inclusive, in ascending order, if A is less than B, or in descending order otherwise. The task is implemented using recursion.
Comments (6)
TO VIEW ALL COMMENTS OR TO MAKE A COMMENT,
GO TO FULL VERSION
Henrique Level 41, São Paulo, Brazil
18 August 2020
@CodeGym Where is this "supplementary article about the special features of autoboxing"????????????????????
fzw Level 41, West University Place, United States
24 May 2020
For BigDecimal tasks, look into https://codegym.cc/groups/posts/216-how-to-use-bigdecimal-in-java
MaGaby2280 Level 41, Guatemala City, Guatemala
31 March 2021
thanks for the link!
Seb Level 41, Crefeld, Germany
8 February 2020
Ah, what a lovely feeling - I guess I may celebrate solving my personal task number 999... :-) The archaic word "biathlon" - one attempt, solved by 23 students so far. Just one more to complete the 1000 task challenge. Woohoo. :-) If you made it here, you should be really proud of yourself! Many people get started, but only a few actually follow through. Looks like you're one of the few. Congratulations - and good luck for all further challenges in programming and in life... ;-)
Henrique Level 41, São Paulo, Brazil
18 August 2020
Seb, did you do any extra tasks? Cause I didn't skip a single task, yet I still haven't reached task number 900 so far.
Tom Level 41, San Jose, Sweden
19 April 2021
i think because he did the Collections take simutaneoulsy