Saved Bookmarks
| 1. |
write a program that read two numbers and point the largest number please tell me correctly or else I report you . Write it on your copy and send ss |
|
Answer» Answer: JAVA ANSWER, CHECK IT OUT package newPack; IMPORT java.util.*; PUBLIC class largest { public STATIC void main(String[] ARGS) { Scanner INPUT = new Scanner(System.in); int a = input.nextInt(); int b = input.nextInt(); System.out.println(a>b?a:b); } } Explanation: BRAINLIEST PLEASE! |
|