Write a program that reads two large numbers and finds the larger one between them.
Try to do this with the following formula:
Write a program that reads two large numbers and finds the larger one between them.
Try to do this with the following formula:
Sample Input 1:
2
3Sample Output 1:
3Create a free account to access the full topic