【发布时间】:2015-09-20 02:53:37
【问题描述】:
比如有个方法dog:
void dog(char C,int N)
{
//here if I want to print the value of C with a print statement,how do I do that?
}
【问题讨论】:
-
为什么要参数
int N。 -
@Stan 也许
C应该打印N次?这是我的猜测...... -
@ChronoKitsune 所以操作应该更清楚地描述这个问题:)
-
真的是“void dog(char C,int N)”吗?