[Solved] Maximum of 3 Numbers with Java, C++, Python
![[Solved] Maximum of 3 Numbers with Java, C++, Python [Solved] Maximum of 3 Numbers with Java, C++, Python](https://realcoder.techss24.com/wp-content/uploads/2022/07/Solved-Maximum-of-3-Numbers-with-Java-C-Python.png)
Write a program to find the maximum of 3 numbers using functions. Input Format: Input consists of 3 integers. Output Format: Refer sample output for formatting details. Sample Input: 13 45 23 Sample Output: 45 is the maximum number