User profile: micros24

User info
User name:micros24
Name:Jasper Jan O. Solee
Location:Pasig City
Website:http://www.solee123.blogspot.com
Bio:I'm currently studying IT at Mapua institute of Technology and I'm planning to shift to CS because IT, as they say, is the one that will check or finish the work of CS'. And I want to create a program not to finish it.
History
Joined:
Number of posts:6
Latest posts:

[Edited] What is "class" code?
What is the user code? what I mean is the code "user" itself. Do you get my point? [code] #include ...

Output is not displaying proper value
My code is working but, the output on the text file is not displaying proper value. What's wrong wit...

How to get the number of letters of inputted words?
Still doesn't work... [code] //To initialize to 0 for(int i=0; i <= 100; i++) { count[i] = 0; ...

How to get the number of letters of inputted words?
How do you get the lowercase and uppercase letter count of a inputted word? [code] #include <i...

Display from highest to lowest using arrays
Can you explain me this "bubble sort" algorithm?