User profile: prabhanuka

User info
User name:prabhanuka
History
Joined:
Number of posts:40
Latest posts:

Data Structures
Someone please guide me about data structures. What are the data structures, Whats it included?

Stuck in Arrays
After doing following changes it showed, [code] if (t[i]>=50){ s[j]=t[i]; cout << s...

Stuck in Arrays
I have changed it like this [code]s[j]=t[i]; cout << s[j] << "\t"; s[j++];[/code] ...

Stuck in Arrays
I have created an array. There are two arrays, I want to print larger than 50 values in the s[j] arr...

For Loop
Thats worked. Thanks.