0% found this document useful (0 votes)
19 views

SFDSF

The document contains a list of 14 topics for designing different programming tasks. The topics include creating forms for login and collecting user data, building a basic calculator, programs for calculating simple interest and checking positive/negative numbers, a voting eligibility checker using a loop, a food ordering/payment program, finding the greatest of three numbers and calculating factorials, printing star patterns, analyzing input characters, grading a marks system, and demonstrating string functions.

Uploaded by

Arjun Sharma
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

SFDSF

The document contains a list of 14 topics for designing different programming tasks. The topics include creating forms for login and collecting user data, building a basic calculator, programs for calculating simple interest and checking positive/negative numbers, a voting eligibility checker using a loop, a food ordering/payment program, finding the greatest of three numbers and calculating factorials, printing star patterns, analyzing input characters, grading a marks system, and demonstrating string functions.

Uploaded by

Arjun Sharma
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

INDEX

S.NO. TOPIC SIGNATURE


1) Design application form using different
controls.

2) Design login form.

Design mini calculator using 2 text boxes to


3) enter number from the user and 3rd text box
to show the result.

Design simple interest.


4)

Design the program that check whether


number is positive or negative using (if, else)
5) statement.

Design the program that checks whether the


person is eligible to vote or not using (do
while loop).
6)

Create application that offers various food


items to select from and mode of payment it
then display the total amount payable.
7)

Develop program that checks greatest of three


numbers.

8) Develop the program they calculate the


factorial of numbers.

9) Develop the program that displays the


following pattern.
*
**
INDEX
10) ***
****
*****

Develop the program that displays the


11) following pattern.
*****
****
***
**
*

12) Obtain the character from the user and


display whether it is an upper case vowel,
upper case consonant, lower case vowel,
lower case consonant.

13) Obtain marks from user and displays grades.

14) Design an application that demonstrates the


use of u case, l case, reverse, asc string
function.

You might also like