我们如何在同一行读取多个条目?

时间:2015-04-24 09:05:33

标签: lazarus

我想在同一行输入两个或多个条目。 如何让程序读取2个或更多条目?

begin
   Write(' Input student namer and his/her score for the math test ');
   readln(names[i],mark[i]);
   Writeln;
end; 

0 个答案:

没有答案