-->

program with FUNCTION WITH ARGUMENTS AND RETURNING NO VALUES.

FUNCTION WITH  ARGUMENTS AND  RETURNING NO VALUES.


click the link for program(below).
----------------------------------------------------------------------------------------------------------

1) WAP to pass array as parameter to input any five numbers and then find their sum.

                                                                                                                                        solution

2) wap to get length of string by passing string as parameter.
                                                                                                                                        solution


3)WAp to find greatest number among ten numbers. PAss array as parameter.

                                                                                                                                        solution

4)WAP to input weight of 100 students and count number of students who have weight in between 40 and 60 kg. Pass Weight as an array as parameter.


                                                                                                                                        solution


5)WAP to search a number in a list of numbers using array as a parameter.

                                                                                                                                           solution



6)WAP to input 'n' numbers and sort them in an order. PAss array as a parameter.
                                                 
                                                                                                                                           solution


7)WAP to input strings and sort them in alphabetical order. Pass string as a parameter.

                                                                                                                                         solution

8)WAp to find transpose of a matrix. Here , pass matrix as parameter.
 
                                                                                                                                        solution

9)WAP to find sum of two matrices. Here pass matrix as parameter.

                                                                                                                          solution

No comments:

Post a Comment