how to write a program that tests whether it's before noon and alert “Its AM” else “its PM” in javascript
By Lillie Leuschke at Jun 20 2020
a program to find the numbers of positive, negative, odd and even numbers in a set of numbers in C
By Chad Goyette at Jun 23 2021
write a program to input a number and display its double and half values using shift operator in python
By Iron Man at May 12 2020
Write a Python program to change a given string to a new string where the first and last chars have been exchanged.
By Lloyd Fadel at Apr 07 2021
Write a program, which takes an array of characters from users. Your task is to check either it is palindrome or not.
By Lamar Parisian at Feb 09 2021
C program to read name and marks of n number of students and store them in a file.
By Minnieon at May 07 2021
Write a program to find max and min element in an array. User must input 5 elements in the array.
By Velma Trantow at Aug 13 2020
Given polynomial, write a program that prints polynomial in Cix^Pi + Ci-1x^Pi-1 + .... + C1x + C0 format.
By Terry Doyle at Feb 22 2021
write a program to match a no. which is entered by user with random number .if both numbers are matched then you win otherwise you lose
By David Deckow at Jul 07 2021