Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for DaveG18
Member Avatar for andy8521
Member Avatar for Krokcy
0
304
Member Avatar for Xinen

Name: Camille Nickname: Xinen, Cammy Height: 5'5'' Age: 16 Hobbies: I love to singalong at singalong bars :P, singing for some reason makes me happy, although, I'm not really good at it. I also love to watch movies at the cinemas with friends. Relationship Status: Single Fav Music: Pop, Country, …

Member Avatar for jaimin4829
0
166
Member Avatar for Bowsan22

double[] grades = new double[100]; System.out.print("Enter a grade between 0.0 - 100.0 (enter -1 to quit): "); System.out.println(); double sum = 0; double ave = 0; for (int i = 0; i < grades.length; i++) { grades[i] = input.nextDouble(); if(grades[i] == -1) { break; } sum = sum + grades[i]; …

Member Avatar for Xinen
0
350
Member Avatar for Xinen

for (x = 0; x <= 15; x++) { x += 5 - x; print(x + ", ") } x += 5 - x or x = x + 5 - x what is thy answer? :( 5, 5, 5, 5, 5, 5, 5 repeating :O?? -_- ummmm

Member Avatar for stultuske
0
115
Member Avatar for Xinen

Let's say I input the letter: c it will show: c - cat How do I do that? Thank you!

Member Avatar for Adak
0
147
Member Avatar for Xinen

So my teacher asked us to make a problem. This was just passed to me by my classmate and this is the problem: [QUOTE]flow chart problem: a. Create a flowchart that will determine the sum of two numbers and if the sum is greater or smaller than 50. (0-50 less …

Member Avatar for zeroliken
0
133
Member Avatar for CreativeCoding

Hey Sean. Welcome here. I guess you're already 14, right? ^_^. It's so awesome to see someone as young as you are having an idea on programming languages. Way to go.

Member Avatar for transcue
0
156

The End.