Report

Post date: Mar 25, 2014 4:42:13 PM

solve this examples and make it report in next week

Q1/Write a program to find a number of factors:

        Enter the number: 6

        Factors of 6= 6   3   2   1

Q2/Write a program to find prime number from 0 to 100

       2     3     5     7     11     13      17     19     23  . . . . . .

Q3/write a program that displays the following   

       Pattern using nested loop.

 

     Enter the width: 5

     Enter the height: 6

*****

*      *

*      *

*      *

          *      *

***** 

Q4/Write a program to input the number and use switch case:

1-          Find largest digit.

2-          Find minimum digit.

3-          Find odd and even digit.

Q5/Write a program to find count of small 

        and capital letter of the string and read 

         string on the file (d.txt ).

    You have to submit your assignment till  30-03-14 at 10:59 AM  .