Educational References
IT related, programming, technology, & etc.
Tuesday, June 16, 2020
Create, Read, Update, and Delete (CRUD) in C# with Basic Info
›
This code performs CRUD Operation which allows applications to add a new records, retrieve, update, and delete. This includes basic profile ...
9 comments:
Wednesday, October 16, 2019
Java code that prints highest and the sum of numbers
›
The user will input the list of numbers and print the highest in java int counter = 1 ; int number ; int ...
Tuesday, October 15, 2019
Series numbers in java that will get the total sum and average of a number inputted
›
The program will ask the user to enter the numbers and then will get the total sum and average inputted. static Scanner scan = ...
Monday, October 14, 2019
Different ways in finding prime and non-prime numbers in java
›
A prime number is a number which is divisible by only two numbers: 1 and itself. So, if any number is divisible by any other number...
1 comment:
›
Home
View web version