Ads block

Banner 728x90px
Showing posts with label java. Show all posts
Showing posts with label java. Show all posts

Java Program to check Leap Year


Here we will write a java program to check whether the input year is a leap year or not. Before we see the program, lets see how to determine whether a year …
Read more »

Java Program to Multiply Two Numbers


When you start learning   java programming , you get these type of problems in your assignment. Here we will see two Java programs, first program takes two i…
Read more »

Java Program to Add Two Complex Numbers


Java Program to Add Two Complex Numbers
Java Program to Add Two Complex Numbers Complex numbers  have two parts – real part and imaginary part. In this  tutorial , we will write a  Java program  to…
Read more »

Java Program to Add two Binary Numbers..


Java Program to Add two Binary Numbers..
Java Program to Add two Binary Numbers In this tutorial we will write a  java program  to   add two binary numbers . Binary number system has only two symbol…
Read more »

Java Program to check Even or Odd number..


import java . util . Scanner ; class CheckEvenOdd { public static void main ( String args []) { int num ; System . out . println ( &…
Read more »