$25
Task 01
Take your name as input in an array. Then your program will have to capitalize all the small letters and convert all the small letters into capital letters.
Sample Input:
Enter Name: Mason Mount
Output: mASON mOUNT
Task 02
Take three inputs from the user and find the maximum of the three numbers
Sample Input:
Enter Three numbers: 1 2 3
Largest Number: 3