Posts by Mriganka

Author Biographical Info: A college student pursuing Computer Science,so undoubtedly a programmer.
A part time guitarist, photographer and a writer.

The Odd terms in a Fibonacci series using Python

By Mriganka

First of all, let us suppose for some reason, you have to print out all the odd terms in a Fibonacci series. Well, this program will be a solution to that problem. In this tutorial.... Read More

A Decision making program in C++

By Mriganka

Hi there, I have come up with this program that will help you make a decision, whether it is through tossing a coin or maybe rolling dice or through choosing a playable card throug.... Read More

Tossing coin, rolling dice and choosing a card in Java

By Mriganka

Hi there, I have come up with this program which will help you make a decision, whether it’s through tossing a coin, or maybe rolling a dice, or through choosing a playable c.... Read More

The odd-fibonacci series using Java

By Mriganka

Hello there, let us suppose that for some reason, you would want to print out  all the odd terms in a Fibonacci series, well fear no much as this program will be a solution to tha.... Read More

Python program to find the frequency of a particular word in a cell in an excel table

By Mriganka

Welcome everyone, This post is a treat for those, who wish to find the frequency of a particular word in a cell in an excel table, the code for it is very basic and simple. Therefo.... Read More

Circular Prime in Python

By Mriganka

Hello everyone, if you are looking for a program to determine or check if a number is a circular prime or not in Python then you are in the right place. How to check if a number is.... Read More

Finding first empty column in an excel sheet using Python

By Mriganka

In this tutorial, we will see how to find the first empty column in an excel file in Python using xlrd. I have designed this program specifically to guide you through, finding an e.... Read More

Remove non-ASCII characters from String in Java

By Mriganka

This tutorial is a guide to (as the name suggests), how to remove all the non-ASCII characters in a string in Java. ASCII which is an abbreviation of ‘American Standard Code .... Read More

Related Posts