No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
how can i scan a character from scannner class( just like int-nextInt,Boolean-nextBoolean)
I want java code for image aligning.Actually I want to produce image, using several same images.Can anyone give me help??????
I am going to create HDR Imaging tool using java for my Image Processing project.Can anyone give me a help regarding this area.......???????
I created a login system using php.And it can handle member profiles.But i was unable to upload profile picture.how can i do that???????
How do I remove Linux and install Windows?
Try this one & Come back if you need more help [code]import java.util.Scanner; class Gayan{ public static void main(String args[]){ //get number from user Scanner AB=new Scanner(System.in); System.out.println("Enter the number:-"); int x=AB.nextInt(); //print asterisks pyramid for(int a=0;a<x;a++){ for(int b=4;b>a;b--){ System.out.print(" "); } for(int c=0;c<=a;c++){ System.out.print("*"); } for(int d=0;d<a;d++){ System.out.print("*"); } …
I was installed jdk 6.0 in my computer.But it did not work yet.I know it want to set the path.But I don't know how to do it.:-O Plz give me a:) answer quickly
Hi, guys my name is Gayan and I am a under graduate of Sabaragamuwa Univrsity of Sri Lanka.My degree course is Computing & Infirmation Systems(CIS) and now I am in 2nd year.I am still learning programming using Java & vb 2005 express edition.I came across this forum when I was …
The End.
yapaarachchi