【发布时间】:2015-06-25 03:21:13
【问题描述】:
我知道这是一个奇怪的问题,但我最近对此感到很困惑。
我一直在 github 中查找一些存储库,这两种方法似乎都在实践中使用。那么,用这种模式写 cmets 的英语语法的正确方法是什么?
// create an integer to store the sum.
int i = 1 + 1;
// creates an integer to store the sum.
int i = 1 + 1;
【问题讨论】: