Loading...
SCE
Home
AI Assistant
Ask Anything
Categories
Python
C#
C++
C
Visual Basic
Java
JavaScript
HTML
CSS
SQL
Git
VIEW ALL
Other
Tags
What's Hot
Featured
I'm Feeling Lucky
Latest
SCE
Loading...
Sign Up
Log In
AI Assistant
Loading...
Format a number with commas using JavaScript
SceDev
|
Feb 17, 2024
JavaScript program that return an array containing only even numbers between 1 and n
SceDev
|
Feb 17, 2024
JavaScript program that sort an array of integers in ascending order
SceDev
|
Feb 17, 2024
JavaScript program that accepts an array as a parameter and returns an array of only even numbers extracted from the list
SceDev
|
Feb 17, 2024
Javascript program that check if a word is palindrome using one for loop
SceDev
|
Feb 17, 2024
How to delete all records from a table using SQL
SceDev
|
Feb 10, 2024
Git view commit history
SceDev
|
Feb 09, 2024
Delete a file from a git repository
SceDev
|
Feb 08, 2024
SQL Display two digits after decimal point
SceDev
|
Feb 08, 2024
How to initialize a new git repo
SceDev
|
Feb 06, 2024
Git add and commit files
SceDev
|
Feb 04, 2024
Undo the most recent local commits in Git
SceDev
|
Feb 02, 2024
Days in month function using Python
Samath
|
Jan 20, 2024
C++ program that find the largest number and counts its occurrences
Samath
|
Jan 20, 2024
Movie Class in C++
Samath
|
Jan 20, 2024
Polygon, Rectangle and Triangle Class in Python
Samath
|
Jan 20, 2024
Rectangle Area in C++
Samath
|
Jan 20, 2024
Glossary Class using Java
Samath
|
Jan 20, 2024
Student Class in Java
Samath
|
Jan 20, 2024
Casino Number Guessing Game in C++
Samath
|
Jan 20, 2024
Rock Paper Scissors Game using VB.NET
Samath
|
Jan 20, 2024
Telephone Directory System using C++
Samath
|
Jan 20, 2024
Bookshop Management System using C++
Samath
|
Jan 20, 2024
GPA Calculator using Visual Basic.Net
Samath
|
Jan 20, 2024
C++ Simple ATM
Samath
|
Jan 20, 2024
Generating a 3x3 grid in Python
Samath
|
Jan 20, 2024
C++ Convert an Integer to Roman Numeral
Samath
|
Jan 20, 2024
GPA Calculator using Python
Samath
|
Jan 20, 2024
C Program that calculates GPA
Samath
|
Jan 20, 2024
Movie Class in Java
Samath
|
Jan 20, 2024
Bus and Route Class using Java
Samath
|
Jan 20, 2024
Convert Integer to Roman Numeral using C#
Samath
|
Jan 20, 2024
Contact Management System in C++
Samath
|
Jan 20, 2024
C program that accept Year, Month and Date from the user and display the day of the month
Samath
|
Jan 20, 2024
Create, Backup, Delete and Restore a simple database SQL
Samath
|
Jan 20, 2024
Transaction System Database using SQL
Samath
|
Jan 20, 2024
Company Database using SQL
Samath
|
Jan 18, 2024
Vehicle Class using Java
Samath
|
Jan 18, 2024
Freezing & Boiling Points (Temperature Class) in C++
Samath
|
Jan 18, 2024
Phone Class using Java
Samath
|
Jan 17, 2024
Airplane Class in Java
Samath
|
Jan 17, 2024
Hangman Game in C++
Samath
|
Jan 17, 2024
Tic Tac Toe Game using C#
Samath
|
Jan 17, 2024
GPA Calculator in C++
Samath
|
Jan 17, 2024
Simple Calendar Program in C
Samath
|
Jan 17, 2024
Alpha Phrase to phone number using Java
Samath
|
Jan 17, 2024
Invoice class using Java
Samath
|
Jan 17, 2024
Java program that compute the average test score for a student and assign the appropriate letter grade
Samath
|
Jan 17, 2024
Paper Strip Game using Python
Samath
|
Jan 17, 2024
Simple Spreadsheet Program in C
Samath
|
Jan 17, 2024
Checkers Game using C++
Samath
|
Jan 17, 2024
Bus Reservation System in C++
Samath
|
Jan 17, 2024
Hangman Game using C#
Samath
|
Jan 17, 2024
Simple GPA calculator in Java
Samath
|
Jan 17, 2024
Rectangle Class in C++
Samath
|
Jan 17, 2024
Tic Tac Toe Game using Python
Samath
|
Jan 17, 2024
Book, Dictionary and Novel Class in Java
Samath
|
Jan 17, 2024
Convert Roman numerals to decimal using Java
Samath
|
Jan 17, 2024
Count vowels in a string using Java
Samath
|
Jan 17, 2024
Use first letters of first and last name as profile image in JavaScript, HTML and CSS
Samath
|
Sep 13, 2023
C++ program that prompts the user to input the elapsed time for an event in hours, minutes, and seconds then outputs the elapsed time in seconds
Samath
|
Apr 06, 2022
C++ program that prompts the user to input five decimal numbers, prints the five decimal numbers, converts each decimal number to the nearest integer, adds the five integers and prints the sum and average of the five integers.
Samath
|
Apr 06, 2022
C++ program that prompts the user to input a decimal number and outputs the number rounded to the nearest integer
Samath
|
Apr 06, 2022
C++ program that uses the header files iostream and string
Samath
|
Apr 06, 2022
C++ program that uses cin, cout, and endl
Samath
|
Apr 06, 2022
C++ program that use the setw() function to align text on the screen
Samath
|
Apr 06, 2022
C++ program that prompts the user to input the elapsed time for an event in seconds then outputs the elapsed time in hours, minutes, and seconds
Samath
|
Apr 06, 2022
Java program that read a sequence of integer inputs and print the number of even and odd inputs.
Samath
|
Apr 03, 2022
Java program that read a sequence of integer inputs and print the smallest and largest of the inputs
Samath
|
Apr 03, 2022
Java program that uses a loop to compute the sum of all odd digits of an input. (For example, if the input is 32677, the sum would be 3 + 7 + 7 = 17.)
Samath
|
Apr 03, 2022
Java program that uses a loop to compute the sum of all even numbers between a and b (inclusive), where a and b are inputs
Samath
|
Apr 03, 2022
Java program that uses a loop to compute the sum of all squares between 1 and 100 (inclusive)
Samath
|
Apr 03, 2022
Java program that uses a loop to compute the sum of all even numbers between 2 and 100 (inclusive)
Samath
|
Apr 03, 2022
Java program that calculates and prints the value of the coupon a person can receive based on groceries purchased
Samath
|
May 08, 2021
Java program that simulate a bank transaction
Samath
|
May 08, 2021
Java program that asks the user for a year and computes whether that year is a leap year
Samath
|
May 08, 2021
Java program that determine whether a inputted character is a vowel or consonant
Samath
|
May 08, 2021
Java unit conversion program that convert (fl. oz, gal, oz, lb, in, ft, mi) to (ml, l, g, kg, mm, cm, m, km)
Samath
|
May 08, 2021
Java program that computes income tax
Samath
|
May 08, 2021
Java program that reads in two floating-point numbers and tests whether they are the same
Samath
|
May 08, 2021
Java program that read two military times and determine which comes first
Samath
|
May 08, 2021
Java program that reads in three strings and sorts them lexicographically
Samath
|
May 08, 2021
Java program that reads in three floating point numbers and prints the largest of the three inputs
Samath
|
Feb 12, 2021
Java program that reads four integers and prints "two pairs" if the input consists of two matching pairs and "not two pairs" otherwise
Samath
|
Feb 12, 2021
Java program that reads in three integers and prints "in order" if they are sorted in ascending or descending order, or "not in order" otherwise
Samath
|
Feb 12, 2021
Java program that reads three numbers and prints "increasing" if they are in increasing order, "decreasing" if they are in decreasing order, and "neither" otherwise
Samath
|
Feb 12, 2021
Java program that reads three different numbers and prints if they're all the same, all different or neither
Samath
|
Feb 12, 2021
Java program that reads an integer and prints how many digits the number has
Samath
|
Feb 11, 2021
Java program that reads a floating point number and prints zero if the number is zero. Otherwise, print positive or negative
Samath
|
Feb 11, 2021
Java program that reads an integer and prints if it's positive or negative
Samath
|
Feb 11, 2021
Java program that turns a string containing a 10 digit phone number into a more readable string with parentheses and dashes
Samath
|
Feb 11, 2021
Java program that Compute Easter Sunday using the algorithm invented by mathematician Carl Friedrich Gauss in 1800
Samath
|
Feb 11, 2021
Java program that transform a number between 1-12 into the corresponding month names
Samath
|
Feb 10, 2021
Java program that reads two times in military format and prints the number of hours and minutes between the two times
Samath
|
Feb 10, 2021
Java program that read a five-digit positive integer and breaks it into a sequence of individual digits
Samath
|
Feb 10, 2021
Java program that add comma to a number between 1000 and 999999
Samath
|
Feb 10, 2021
Java program that remove comma from a number
Samath
|
Feb 10, 2021
Java program that prompts the user for a drive letter, a path, a file name, and a extension then print the complete file name
Samath
|
Feb 09, 2021
Java program calculate the cost per 100 miles and how far the car can go with the gas in the tank
Samath
|
Feb 09, 2021
Prev
...
4
5
6
7
8
9
10
11
12
13
Next