-->
Showing posts with label program using FUNCTION WITH NO ARGUMENTS AND RETURNING SOME VALUES.. Show all posts
Showing posts with label program using FUNCTION WITH NO ARGUMENTS AND RETURNING SOME VALUES.. Show all posts

program using FUNCTION WITH NO ARGUMENTS AND RETURNING SOME VALUES.

program using FUNCTION WITH NO ARGUMENTS AND  RETURNING SOME VALUES.

click the link given below.
------------------------------------------------------------------------------------------------------------------
1)WAP to get factorial value of a number using function.It returns value with no parameter.

                                                                                                                          solution

2)WAP to get reverse of a number using function.

                                                                                                                         solution


                                                                                                                        
4) WAp to know a number is prime or composite or not using function.

                                                                                                                        solution

5)WAP to get square root of a number using function.


                                                                                                                        solution


                                                                                                                        

6)WAp to concatenate two strings. Use no arguments and return its output.

                                                                                                                      solution

                                                                                                                        
8)wap to find factorial value of a number using function.

                                                                                                                      solution

9)WAp to convert string into lowercase.Use no arguments and return value..

                                                                                                                     solution

10)WAP TO GET LENGTH OF STRING USING FUNCTION

       
                                                                                                                                         solution
11)Write a program to reverse a a string using function.

                                                                                                                                    SOLUTION