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
~391 People Reached
Interests
RPG Gaming, Music, Musical Instruments, Manga, Animation, Drawing, Literary Writing, Programing and…
PC Specs
Ubuntu Linux, Windows XP
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for laupkram

Hello, I would ask if there is a possible method that would return a String in JAVA that I can retrieve the SQL code of any table on my embedded JAVA DB in my application. It is like the function of the phpmyadmin where in you can import a certain …

Member Avatar for masijade
0
98
Member Avatar for spades0001

Study well dude! I remember myself on you before by the way... If you declared the variables like celsius in double be sure that you will parse the inputs in double ^_^ [CODE] import java.io.*; public class Temperature { public static void main (String[] args)throws IOException { BufferedReader dataIn=new BufferedReader …

Member Avatar for laupkram
0
112
Member Avatar for DallasFan3

I have not yet compiled this but I think this works on your 6th problem... [CODE] import java.io.*; public class prob6{ public static void main(String [] args) throws Exception{ InputStreamReader Reader = new InputStreamReader(System.in); BufferedReader Buffer = new BufferedReader(Reader); int [] inArr = {1,2,3,4,5,6} boolean found = false; int search …

Member Avatar for laupkram
0
181

The End.