jiangwei221 / csc305-labs

UVic CSC 305, 2019 Spring
3 stars 4 forks source link

Two common mistakes #5

Open jiangwei221 opened 5 years ago

jiangwei221 commented 5 years ago
  1. the integer division: for example, (int)(3) / (int)(2) will be 1 however, (float)(3) / (float)(2) will be 1.5

  2. you need to download and import the C# files, do not import the HTML file...