This is a very useful thing when you are doing some fancy programming in java and want to
Monday, May 30, 2016
Saturday, November 15, 2014
codeboxjava, Computer Science, engineering, lab programming, programming in java, swapping, variable
Program to swap two values without third variable in java.
Code Box --------------------------------------------- /*program to swap two values without using third variable */ import java.io.*; class swap {
Publisher:
Brijmohan Lal Sahu
- 10:20 AM
code box java, Computer Science, engineering, lab programming, learning java, programs, swapping
Program to swap two values using third variable in java.
Code Box -------------------------------------------- /*program to swap two values using third variable */ import java.io.*; class swap { public
Publisher:
Brijmohan Lal Sahu
- 10:14 AM
Tuesday, November 4, 2014
beginner, BufferedReader, for loop, if else, programs
Program to find H.C.F. of two numbers using BufferedReader.
Code Box -------------------------------------------- /*Program to find H.C.F. of two numbers */ import java.io.*; class hcfb { public static
Publisher:
Brijmohan Lal Sahu
- 5:17 AM
beginner, command line argument, for loop, if else, java basic
Program to find H.C.F. of two numbers using Command Line Argument.
Code Box --------------------------------------- /*Program to find H.C.F. of two numbers */ class hcf { public static void main(String
Publisher:
Brijmohan Lal Sahu
- 5:15 AM
BufferedReader, for loop, if else, java basic, LCM
Program to find L.C.M. of any two numbers using BufferedReader.
Code Box --------------------------------------- /*Program to find L.C.M. of any two numbers using BufferedReader */ import java.io.*; class lcm
Publisher:
Brijmohan Lal Sahu
- 5:05 AM
Subscribe to:
Posts (Atom)