Thứ Tư, 3 tháng 6, 2015

AP Lab1 : C# begins!!




Các kiểu tập hợp dữ liệu chính trong C#:

  1. Kiểu xây dựng sẵn mà chương trình tạo ra cho người lập trình
  2. Kiểu người dùng tự định nghĩa:  
  • Kiểu dữ liệu giá trị (value): 1 biến được khai báo với kiểu dữ liệu này thì biến này sẽ chứa giá trị dữ liệu. VD các kiểu DLGT: int, float char , .....
  • Kiểu dữ liệu tham chiếu (reference):kiểu dữ liệu tham chiếu chỉ lưu trữ địa chỉ tham chiếu tới vùng nhớ chứa giá trị thật sự.

Excercises:

Exercise 1Write a program to enter: name, address, phone and display these information.


Exercise 2: Write a program to accept three integer number and find maximum number from three integer. 



Exercise 3: Write a program that accepts a number between 1 and 7 from the user and return the corresponding day of the week


Exercise 4: Write a program to display the first 9 multiples of an integer N entered from user
 

Exercise 5: Write a program to print the factorials of the integers from 1 to 20


Không có nhận xét nào:

Đăng nhận xét