JS 06 – Create Countdown Timer in JavaScript in easy way
Create countdown timer in Javascript in easy way. This countdown timer program is created with simple logic which will help student. It is easy to understand.
Let's sail across an ocean of IT
Create countdown timer in Javascript in easy way. This countdown timer program is created with simple logic which will help student. It is easy to understand.
Quiz on Risk Analysis : This easy and simple quiz on Risk Analysis in Security In Computing will help students to test their knowledge and help them in exams.
SIC Information Security Overview Quiz part – 1 : This easy and simple quiz will help students to test their knowledge about subject Security In Computing. #sic
SIC Quiz on Information Security Overview part – 1 : This easy and simple quiz will help students to test their knowledge about subject Security In Computing.
C program to find sum of all numbers in array : We will pass array in function and find its sum. This simple logic will help student to improve their skills.
C program to find factorial using recursion : factorial is multiplying number by every number below it till 1. Recursion is function calling it itself in same.
C program to sort array in ascending order : We are going to use bubble sort algorithm to sort our array. this is one of the best method to sort array in C
Simple C program to find frequency of array element or to count frequency of each element in array. Best logic to find frequency of array element in C program.
C program to find average of array : We will pass array in function and find its average. We have to take float values for accurate calculation of average.
C program to reverse a number : This program is similar to palindrome number. We perform same steps on number and revers the order of number e.g. 1234 will 4321