0
Ada yang tau gak cara masukin inputan ke dalam tabel? (C++)
8 Answers
+ 4
Jadi berikan sedikit lebih banyak informasi tentang apa yang ada di pikiran Anda.
+ 4
Venus Kalau bukan begitu lalu bagaimana maksudnya? tabel apa yang dimaksud?
+ 3
Translation: Does anyone know how to enter input into a table?
Sesuatu seperti ini?
Something like this?
const int Element = 10;
int table[Element], input;
for (int i = 0; i < Element; ++i) {
cout << "input " << i << ": ";
cin >> input;
table[i] = input;
}
+ 3
Ipang Ooooh! Talking easily with fellow countryman?! ;D
+ 3
Unfortunately not bro, as you can see I meant well to confirm his query, but no reply : )
How is this one classified? incomplete? of course, I suppose if the OP doesn't have anything to say, it's mfd-able :D
+ 3
How nice of you bro! yeah it's a decent thing to give one a second chance, but as a man from the east, I believe it's also a courtesy to answer those who came in one's favour : )
+ 2
Just kidding, dear! ;)
I suppose she had difficulty to form a proper question. Probably the matter of being amateur or maybe shyness kept her from any respond. It's sad actually to simply told "*shrug* Whatever! That's her problem, not mine for bringing such unclear question up!". So, we have to pack up our problem solver thoughts from here and move on... 8D
0
bukan