Java Static Initializer Block | HackerRank challenge-6 solution

Опубликовано: 05 Декабрь 2021
на канале: Success Learners
336
14

Static initialization blocks are executed when the class is loaded, and you can initialize static variables in those blocks.


ou are given a class Solution with a main method. Complete the given code so that it outputs the area of a parallelogram with breadth B and height H . You should read the variables from the standard input.

If B or H , the output should be "java.lang.Exception: Breadth and height must be positive" without quotes.


Input Format

There are two lines of input. The first line contains : the breadth B of the parallelogram. The next line contains : the height H of the parallelogram.



Output Format

If both values are greater than zero, then the main method must output the area of the parallelogram. Otherwise, print "java.lang.Exception: Breadth and height must be positive" without quotes.


На этой странице сайта вы можете посмотреть видео онлайн Java Static Initializer Block | HackerRank challenge-6 solution длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Success Learners 05 Декабрь 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 336 раз и оно понравилось 14 зрителям. Приятного просмотра!