Posted in python very small program assignments

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…

Continue Reading
Posted in python very small program assignments

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…

Continue Reading
Posted in python very small program assignments

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…

Continue Reading
Posted in python very small program assignments

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…

Continue Reading
Posted in allcategorites gui java project java projects

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…

Continue Reading
Scientific Calculator in Java
Posted in allcategorites gui java project java projects

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…

Continue Reading
Posted in allcategorites final year project html css javascript project web projects

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…

Continue Reading
Posted in 30 Days of Code allcategorites competitive programming

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!…

Continue Reading
Posted in 30 Days of Code allcategorites competitive programming

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…

Continue Reading
Word Count App in JavaScript
Posted in allcategorites html css javascript project

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…

Continue Reading