i want the code in JAVA for the program "To find the shortest path using the fuzzy logic"

Recommended Answers

All 5 Replies

i want the code in JAVA for the program "To find the shortest path using the fuzzy logic"

I want a new car. With any luck, Santa Claus will help us both out. If you want help BEFORE Christmas, though, you are going to have to be more specific and show some effort.

commented: Dammit, that E word again :) +9

if you want it to print it out in console the easiest thing to do would be

//This demonstrates text output in console.
public class demonstration //this is the class
{//this holds everything that is inside of a single class
     public static void main(String[] args)//this is a 'main' method
     {//this holds everything that's in the main method
          System.out.println("This is the text that gets outputted");//this is the command that makes it print the text in the brackets
     }//closing the main method
}//closing the class

What does that have to do with anything?

Sorry this post made no sense I completely misunderstood the point of the post.

Sorry this post made no sense I completely misunderstood the point of the post.

you misunderstood the point of your own post??

the point of musham's post was: "I'm lazy, give me what I need so I can pass my course and become a lazy-over-paid software developer"

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.