Lab Assignment Report: College of Computing Sciences and Information Technology
This document outlines a lab assignment for a .NET programming course, where students were assigned various programming tasks to complete in C# such as writing programs to calculate averages, print multiplication tables, and perform array manipulations. The tasks included creating console applications and Windows forms to work with controls like listboxes, radio buttons, checkboxes, and picture boxes. The document lists the assigned programs and includes spaces for students to note the page number where their code is, the date, and signatures.
Download as DOC, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
273 views
Lab Assignment Report: College of Computing Sciences and Information Technology
This document outlines a lab assignment for a .NET programming course, where students were assigned various programming tasks to complete in C# such as writing programs to calculate averages, print multiplication tables, and perform array manipulations. The tasks included creating console applications and Windows forms to work with controls like listboxes, radio buttons, checkboxes, and picture boxes. The document lists the assigned programs and includes spaces for students to note the page number where their code is, the date, and signatures.
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3
LAB ASSIGNMENT REPORT
On
(MCA552 .Net Lab)
COLLEGE OF COMPUTING SCIENCES AND
INFORMATION TECHNOLOGY TMU, MORADABAD
Session: Aug 2019 - Dec 2019
Submitted To: Submitted
By: Faculty Name: Student Name : Desigination : Enrollment No. : Course : LAB ASSIGMENT NAME –
LAB ASSIGMENT NO. - 1
S.NO PROGRAM NAME PA DA SIGN REMAR
GE TE K NO Console Application in .net 1 Write a C# Sharp program that takes a number as input and print its multiplication table 2 Write a C# Sharp program that takes four numbers as input to calculate and print the average. 3 Write a C# Sharp program that takes an age (for example 20) as input and prints something as "You look older than 20" 4 Write a C# program to compute the sum of two given integers, if two values are equal then return the triple of their sum. 5. Write a C# program to show array out of bound error using try catch. 6 Write a C# program to create a new string from a given string where the first and last characters will change their positions 8 Write a C# program to print the odd numbers from 1 to 99. Prints one number per line 7 Write a C# program to compute the sum of all the elements of an array of integers. 8 Write a C# program to rotate an array (length 3) of integers in left direction. 9 Write a C# Sharp program to display the Day properties (year, month, day, hour, minute, second, millisecond etc.) 10 Write a C# program to implement single level inheritance Windows Application in .net 11 Design and implement a windows application to perform ADD,SUBTRACT,DEVISION and MOD operation. 12 Implement a login form using windows application in C#. 13 Create a windows application that having a Listbox with values Apple,Orange,Mango, Banana . 14 Design a Pizza order form with Radio Button,Check Box and if we click any item then the cost of that item show on label. 15 Implement the picture box control and drop down list using windows application.