Some of my Programming Projects

You can view some of my projects below. If you want to view more of my projects, go to the Projects page.

  • All Projects
  • Math
  • LeetCode
  • HackerRank
  • Python
  • Science
thumb

Calculator App

This is the calculator application, where you can do basic operations like adding, subtracting, multiplying, and dividing.

thumb

Density Calculator App

In this project, you can view calculate the density of an object by entering the mass and volume. Hope you like it.

thumb

sWAP cASE

In this Python code, it takes a string as input, doesn't use the swapcase function, and returns a new string with swapped cases, converting uppercase letters to lowercase and vice versa.

thumb

Fizz Buzz

In this Fizz Buzz project, it takes an integer input and outputs a sequence with specific replacements. Multiples of 3 are replaced with "Fizz," multiples of 5 with "Buzz," and numbers divisible by both 3 and 5 with "FizzBuzz." The resulting series follows these rules.

thumb

If-Else

This Python code takes an integer `n` as input and prints "Not Weird" if `n` is an even number between 2 and 5 (inclusive) or greater than 20. If `n` is odd or an even number between 6 and 20 (inclusive), it prints "Weird."

thumb

Power of Two?

The code checks if a user-entered number is a power of two, handling invalid inputs and providing a True/False result with the original input value.

Have a question in mind? Let's talk.👋📫

I would love to help you with any questions that you might have. Whether it is about some code, skills, or anything in general, please feel me to contact me!