Back to Browse

#8 HackerRank Java Static Initializer Block DSA Problem Solution in Hindi in Java #HackerRank

1.1K views
Apr 13, 2022
10:50

In this video, I want to show HackerRank Java Static Initializer Block DSA Problem Solution in Hindi in Java #HackerRank #HackerRankCoding #HackerRankProgramming #HackerRankCodingPlatform problem: Static initialization blocks are executed when the class is loaded, and you can initialize static variables in those blocks. It's time to test your knowledge of Static initialization blocks. You can read about it here. You are given a class Solution with the 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. Input Format: There are two lines of input. The first line contains the breadth of the parallelogram. The next line contains the height of the parallelogram. Constraints 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. Sample Input 1 1 3 Sample output 1 3 Sample input 2 -1 2 Sample output 2 java.lang.Exception: Breadth and height must be positive HackerRank DSA Problem Solutions PlayList https://www.youtube.com/playlist?list=PL8zXmpLDpGTwBAC_Jik3YDh7MiH4uxhJo Javascript Tutorial Playlist https://www.youtube.com/playlist?list=PL8zXmpLDpGTy_3ZXhXBBEe9WvEEVDWSXP Python Tutorial Playlist https://www.youtube.com/watch?v=lYZqfCwnMoM&list=PL8zXmpLDpGTwisJ-3nc2U4vH4eQASht3w Android Playlist for Beginners https://www.youtube.com/playlist?list=PL8zXmpLDpGTyaD43oiJfYGBaBn30BjNz2 Different Types of Error in Android Playlist https://www.youtube.com/playlist?list=PL8zXmpLDpGTzTZZkC17EzbHVEziFxGA-M C Language Multiple Choice Question and Answers https://www.youtube.com/playlist?list=PL8zXmpLDpGTy4wTOEyIOsAjki0IGsqHL5

Download

1 formats

Video Formats

360pmp415.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

#8 HackerRank Java Static Initializer Block DSA Problem Solution in Hindi in Java #HackerRank | NatokHD