Find the first value in JavaScript
Problem Statement: In, find the first value in JavaScript, we are given an array of numbers, we need to find the smallest number from the…
Time Converter in JavaScript
Problem Statement: In Time Converter in JavaScript, we are given the number of hours and number of seconds, we need to convert hours and minutes…
String Slicing in JavaScript
Problem Statement: In String Slicing in JavaScript, we are given two strings, namely=> inputString and subString. We need to find the slice of inputString in…
Double Char in Python
Problem Statement: In Double Char in Python, we are given a string and we need to print a new string from the given string by…
Cumulative Average in Python
Problem Statement: In Cumulative Average in Python, we are given a list of numbers and we need to find the cumulative average of numbers. The…
One Color in Python
Problem Statement: In One Color in Python, we are given a string having only G and R letters only. G represents green and R represents…
Company Logo Hackerrank Solution
Let’s see Company Logo Hackerrank Solution. A company wants a new logo. They want to set the letters of the logo based on the letters…
How to make a Process Monitor in Python?
In this article, we will build an application, Process Monitor in python using psutil. Python has a wide range of libraries and packages, which makes…
How to extract YouTube comments using Python?
Today, we will learn how to extract YouTube comments using Python with the help of google APIs. Extracting comments from youtube can be a daunting…
First and Last Digits in Python | Assignment Expert
Problem Statement: In First and Last Digits in Python, we are given two positive numbers, we need to find the count of those numbers which…