Starting from:

$25

CSE341 - Microprocessor -  Assignment 05  -Lab 06 - Solved

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



 

 

More products