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 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 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); } } @Computer Science
Join our real-time social learning platform and learn together with your friends!