A hexadecimal number has Base 16. A Binary has base 2. A binary number can contain 0s and 1s. Hexadecimal consists of the digits 0-9, A-F.(A-F represents 10-15)
In numerical analysis and scientific computing, a sparse matrix is a two-dimensional matrix in which most of the elements are zero.
In this project, there are given 10 questions to answer. Users can bookmark any question for reconsideration while going to result.
This is a short Java project that allows the user to guess the number generated by the computer. It stores the number of attempts the user takes to guess the right answer.
It is a Python code which asks for data in csv format for CBC mode encryption or decryption, performs the required operation and saves the output in the same file as different columns.
Is you curious about how the electricity bill is calculates? In this Java program we are going to calculate electricity bill using real charges applied on unit consumption.
In this tutorial, we will learn to build a Scientific Calculator GUI using Python's Tkinter library. Having a Scientific Calculator on your screen helps a lot in daily online assignments.
Program to identify singleton (occurring once) elements in an array using JAVA programming.
The project consist of collecting user data and generate bill with the details of user and also calculated total amount need to paid for this trip.
In this project, I'll create a simple makefile for two CPP files. We'll also learn how do we create a makefile and connect it to different dependencies.
We have to take out repeated numbers from the array i.e. the required array should be sorted and if the array have same same value then delete that and just keep one value in Java.
Java program to interchange the first and last row of given matrix, here in this code Interchange function is used for swapping and then we get the desired matrix.