No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
- Interests
- RPG Gaming, Music, Musical Instruments, Manga, Animation, Drawing, Literary Writing, Programing and…
- PC Specs
- Ubuntu Linux, Windows XP
3 Posted Topics
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 … | |
Re: 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 … | |
Re: 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 … |
The End.