COC2071 - Lab Manuals 01 (C# Fundamentals) - 2
COC2071 - Lab Manuals 01 (C# Fundamentals) - 2
The objective of this lab is to get hands on working on the following topics:
▪ Variables, and Operators
▪ Decisions
▪ Iterations
Decisions
5. − Ask for user age.
− If age >= 18, display "Welcome to cricket club."
− Else, display "You are too young to play for club."
Iterations
9. − Print numbers from 1 to 10 using while.
Page 1 of 2
Object Oriented Programming – COC2071
Lab Manuals 01 (C# Fundamentals)
The objective of this lab is to get hands on working on the following topics:
▪ Variables, and Operators
▪ Decisions
▪ Iterations
Page 2 of 2