csharp_variables_tasks.md - brainchildservices/curriculum GitHub Wiki
Slide 1
C# Variable tasks
- Qu1: Write a program to display user’s complete mailing address. Accept user’s name, city, street, pin and house no. and store it in a variable and display it.
- Qu2: Write a program to display student information. Accept Student’s name, Roll no, Age, class, and university name and display it on console.
- Qu3: Write a program in which accepts user’s details as name, city, age and pin number. Then store all the values in the appropriate variable and then print all the information in correct format
-
Excercises already in slide:
-
Ref Link: https://www.completecsharptutorial.com/basic/variables-datatypes-examples.php