Thread
:
Java If- else statements?
View Single Post
Java If- else statements?
(#
1
(
permalink
))
puji_sonti
is
Offline
Private
Posts:
3
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date:
Dec 2007
Java If- else statements? -
December 25th, 2007
what is wrong with the code fragment
if (total == MAX)
if (total < sum)
System.out.println("total == MAX and is < sum.");
else
System.out.println("total is not equal to MAX");
View puji_sonti's sig
Want to remove this Advertisement?
Revenue Shared Ads
puji_sonti
View Public Profile
Send a private message to puji_sonti
Find all posts by puji_sonti