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

Visual Basic Practical File

The document outlines 10 programming problems including designing a calculator, adding/removing from a list, checking if a number is prime, designing a mark sheet, printing a Fibonacci series, calculating a factorial, and checking if a number is even or odd. For each problem, the outline includes the design, coding, and result sections to show the full process for solving each programming challenge.

Uploaded by

Dennis Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
909 views

Visual Basic Practical File

The document outlines 10 programming problems including designing a calculator, adding/removing from a list, checking if a number is prime, designing a mark sheet, printing a Fibonacci series, calculating a factorial, and checking if a number is even or odd. For each problem, the outline includes the design, coding, and result sections to show the full process for solving each programming challenge.

Uploaded by

Dennis Kumar
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 17

11.Write a program to design a standard calculator.

Coding
12. WAP to add or remove from a list.
Design
Coding
Result
13. WAP to check number is prime or not.
Design
Coding
Result
1. WAP to design a mark sheet.
Design
Coding
Result
1!. WAP to print fibbonnacci series
Design
Coding
Result
-
1". WAP to calculate factorial of a number.
Design
Coding
Result
1#. WAP to design a format of a form.
Design
Coding
Result
1$. WAP to check %hether a number is even or odd.
Design
Coding
Result

You might also like