0% found this document useful (0 votes)
7 views2 pages

Assignment Console Program

The document outlines a series of programming tasks that include inputting personal information, calculating geometric properties, and generating sequences of numbers using loops. It specifies the need to write these programs on A4 size paper and submit them by October 22, 2024. The tasks cover basic programming concepts such as loops, conditionals, and array manipulation.

Uploaded by

sumitshah0727
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views2 pages

Assignment Console Program

The document outlines a series of programming tasks that include inputting personal information, calculating geometric properties, and generating sequences of numbers using loops. It specifies the need to write these programs on A4 size paper and submit them by October 22, 2024. The tasks cover basic programming concepts such as loops, conditionals, and array manipulation.

Uploaded by

sumitshah0727
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

1)Write a program to enter your name, city, country, age and print them.

2)Write a program to find the area and perimeter of rectangle.

3)Write a program to find out the simple Interest and the Amount.

4)Write a program to enter any three numbers, sum and the average.

5)Write a program to enter any number and find out whether it is negative or positive.

6)Write a program to enter any alphabet and find out whether the number is vowel or consonant.

7)Generate the following numbers using For….Next…..Loop.

1,2,3,4,…,50

8)Generate the following numbers using For….Next…..Loop.

1,3,5,7,9,....99

9)Generate the following numbers using For….Next…..Loop.

2,4,6,8,10,…50

10)Generate the following numbers using For….Next…..Loop.

5,10,15,…90

11) Generate the following numbers using For….Next…..Loop.

10,20,30,40,…100.

12) Write a program to print 1 to 10 USING WHILE…WEND STATEMENT.


13) Write a program to create week days and display using for loop and foreach loop.

14) Create 2D and 3D arrays and display

Note: Write the above programs in A4 size paper and submit before 22nd October, 2024.

You might also like