In the previous PHP tutorial on WHILE and DO WHILE in PHP, you learnt how…
Browsing: Coding
In tutorial 3, we saw there are loops that we can use to avoid writing…
We discussed the conditional statements, using if else, else if and switch in tutorial 2…
In the previous PHP tutorial on Introduction to PHP, you learnt about the basics of…
If you want to learn writing and executing PHP scripts, you need PHP software to…
This tutorial introduces you to the basics of PHP and includes introduction to PHP, syntax…
Try out these absolute beginner level C Puzzles on loops: Puzzle #1 : Generate a…
There are various algorithms that are used to generate random numbers. But the question is…
Puzzle Statement : Print “Hello World!” on the screen without using ; or ! anywhere…
This program converts decimal to binary numbers. It works for positive integers 0-127. To see how…
This is a program for a simple quiz on the C Programming Language. It can…
This C Program Analyzes if you’re underweight, overweight or obese and accordingly suggests you to…