News

Pair of Linear Equations in Two Variables Class 10 Notes: Get here CBSE Class 10 Mathematics Full and Short Notes for Chapter 2 for upcoming Board exam revision.
Best Practice: Declare Variables as Constants In the bad old days, I only used constants as a way to assign names to values. Things like this, for example: Private Const DaysInWeek As Integer = 7 ...