Question:

Can someone PLEASE send me a JAVA program to find the equality of two numbers?!?

by  |  earlier

0 LIKES UnLike

try using the output statement "System.out.println"

 Tags:

   Report

1 ANSWERS


  1. class fromInternet

    {

    public static void main(int a, int b)

    {

    (1==3)?System.out.println(numbers equal):System.out.println("Not Equal");

    }

    }

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.