E.Commerce
Training@balujalabs
Franchise Section
25Demonstrate use of continue statement
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
Program to generate following series.
0
1 0 1
2 10 1 2
3 2 1 0 1 2 3
4 3 2 10 1 2 3 4
5 4 3 2 10 1 2 3 4 5
Program that estimator the value of the
E=1+1/1! + 1/2! +1/3!
.Program to find the following sum. Sum =x+x 2/2! +x 4 /4! - - - - -x 4/n!
Program to accept a date dd/ mm/ yyyy and check for the validity of the date.
Program to calculate and print roots of a quadratic equation given below:Ax 2+bx+c=0
Write a program that finds the smallest of several integers assume that the first valueRead specifies the number of values remaining
Demonstrate use of continue statement.