Reverse a string without using build in method [::-1] in Python
If you are new to Python and you don’t know how to reverse a string in Python, here is […]
If you are new to Python and you don’t know how to reverse a string in Python, here is […]
In this tutorial we are going to see how to write a Perl program to check the entered string is
This is another interesting Perl script which accepts a word or a sentence, basically a string and returns the number
This PHP program will print the output whether the entered year is a leap year or not. Three steps are
In this example I’m going to show you how to write a program to print Fibonacci series in Java. The
In this post, you are going to see how to write a Perl CGI script to find the Entered number
This is another interesting C program for beginner programmers, which is very useful for job hunters and school or college students.
In this lesson you are going to learn how to convert Fahrenheit to Celsius by using Python script, I’m following
This post teaches you how to write a program to find Celsius from Fahrenheit using JSP web application. You already know
In this post we are going to write a C program to convert Fahrenheit to Celsius. This is the