求助,关于数据的输入
char a[10][20]double b[10]
Input the name,price of the 1 book:C 21.5
Input the name,price of the 2 book:VB 18.5
我想把c,vb输入到a[][] 把21.5 18.5输入到b[]该怎么写
空格和数字也会被当成字符,怎么办啊
2014-05-16 19:21
2014-05-16 21:18
关于输入问题 不是很懂
2014-05-16 22:11
2014-05-17 23:53
2014-05-18 13:37