Sei sulla pagina 1di 2

1>convert StringList to DocumentList(done)

2>concat StringList without getting duplicates


3>remove the duplicates from the StringList
4>remove the duplicates from the StringList without using concat.
5>stringList to string (done)
6>concat 2 document lists
7>condition checks(a>b,b<c)
8>multiplication table(done)
these r basic assignments.
some of these may have 2 to 3 ways to do.
1. Find smallest and greatest of n numbers
2. If a number is negative - output should be "Number is negative"
else If a number is positive - output should be "Number is positive"
else - output should be "Number is 0"
3. Display n Multiplication table as output(done)
4. Display ascending and descending order of n numbers
5. Write a flow service for EMI calculator
6. Write a flow service for Compound Interest Calculation
7. Write a flow service to convert given number of days into months and days. (A
ssume that each month is of 30 days)
8. Write a program to generate a Triangle.
Example: if input is 4
1
2 2
3 3 3
4 4 4 4
9. Write a flow service to Find whether given number is Prime or Not.
10. Write a flow service to find sum of all integers greater than 100 and less t
han 200 that are divisible by 7.
11. Write a flow service to display given number in words
Example :
Input - 124
Output - One Two Four
1.To find the number is perfect or not
ex--6-->here 6 divisibles are 1,2,3-->1+2+3=6 given number and add result
is same, so 6 is the perfect number ( any more queries ask ramu sir you can get
it
1) to check odd or even
2) reverse a number
3) swap two numbers
4) search string to find a string
5) add n numbers
FF and XML:
1>flatfile to xml
2>xml to flatfile
3>xml to documentlist
4>xpath

Potrebbero piacerti anche