Composite Number in Python
Problem Statement: The problem is to check if a number is a composite number in python. Composite numbers are numbers that are divisible by other…
Greatest Among Four Numbers in Python
Problem Statement: The problem is very straightforward. We need to check the maximum or the greatest among four numbers in python. At the initial, the…
Reverse the sentence in Python
Problem Statement: The problem is that we need to reverse the sentence in python. We cannot really reverse it using the conventional method of reversing…
Denominations in Python
Problem Statement: The problem of denominations in python is very easy. The user gives us a total amount and we should count the number of…
Rock Paper Scissors in Java
Introduction We are going to create a simple program to play rock paper scissors in Java. Basic game to simply play and kill time. Most…
Scientific Calculator in Java
This article will help you create your own Swing GUI Scientific Calculator in Java. I will give you the source code and explain the major…
Courier Tracking System in HTML CSS and JS
Hello everyone! Today we will make a simple Courier Tracking System in HTML CSS and JS. This tutorial is important as it will teach you…
HackerRank Day 2 Solution in Python: Operators
Today we will see the HackerRank Day 2 Solution in Python. The problem is named Operators which is part of 30 Days of code on HackerRank. Let’s get started!…
HackerRank Day 1 Solution in Python: Data Types
Today we will see the HackerRank Day 1 Solution in Python. The problem is named Data Types which is part of 30 Days of code on HackerRank. Let’s get…
Word Count App in JavaScript
We will be creating a simple Word Count App in JavaScript. Every paragraph has words, every word has letters, were you ever curious about an…