Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~648 People Reached
About Me

Student

Interests
anime, video games, web design
Favorite Tags
Member Avatar for Armeggadon

tell me what you think. i got the bare graphic for the lionfish thing from a website(i wish i could remember where) but i made the ball by myself(the ball has an R in it because my name in rl starts with an R) yes i made it ENTIRELY in …

Member Avatar for himerus
0
158
Member Avatar for MyrrhLynn

Ok here is a program I am working on for an assignment. import java.io.*; public class Copy { public static void main(String[] args) throws IOException { File inputFile = new File("p1.txt"); File outputFile = new File("p2.txt"); FileReader in = new FileReader(inputFile); FileWriter out = new FileWriter(outputFile); int c; while ((c …

Member Avatar for Dynam1cz
1
490