Ask your own question, for FREE!
Computer Science 20 Online
OpenStudy (anonymous):

import java.math.*; public class prove { public static void main(String[] args) { String name =args[0]; String name2=args[1]; int b=Math.max(name,name2); } } what i've done wrong in this solution according to this exercise create an aplication in Java that reads 2 numbers as input and then calculates and bills maximums minimums and average of these 4numbers ..solve this using Math methods ..please help me i'm a beginner

OpenStudy (anonymous):

i've done only max

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!