CSE341: Microprocessors Department of Computer Science and Engineering Assignment 05 (Lab 06)

$30.00

Category: You will Instantly receive a download link for .zip solution file upon Payment || To Order Original Work Click Custom Order?

Description

5/5 - (5 votes)

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