Knowledge in Compare Numbers

Java program to print the largest of the 3 numbers

import java.util.Scanner; class Largest {   public static void main(String args[])   {     int x, y, z;     System.out.println("Enter three integers");     Scanner in = new Scanner(System.in);     x = in.nextInt();     y = in.nextInt();     z = in.nextInt();     if (x > y && x > z)       System.out.println("First number is largest.");     else if (y > x && y > z)       System.out.println("Second number is largest.");     else if (z > x && z > y)       System.out.println("Third number is largest.");     else       System.out.println("The numbers are not distinct.");   } }

Number Base System

Attached file contains super easy and handwritten notes by a student. topic covered is number base systems which is useful in various mathematical and physics related problems. For example, Digital electronics, numbers etc

Number,ranking and time sequence - TEST

This PDF contains questions on number ,ranking and tume sequence.It will be very much helpful for students for competitive exams.

Binary Numbers and conversions

Learn about digital binary number and it's conversion into decimal, octa-decimal, hexa-decimal, gray code etc.

CONVERSION IN OTHER BASE TO DECIMAL (First semester notes) Chapter-2 (Part-4) Makhanlal chaturvedi national University,Bhopal

(Part-4) IN This, There is a chapter SECOND of COMPUTER FUNDAMENTAL Subject Part-4 named NUMBER SYSTEM Makhanlal Chaturvedi national journalism and communication University, Bhopal. There is a very important note oF Fundamental computers For BCA first semester Students. Share with your friends and help them to learn Fundamental of Computers. There are Five subjects in BCA first semester . NUMBER SYSTEM

The companies act 2013

Companies act 2013 full introduction and all points covered.