No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
import java.util.Scanner; public class Compute{ public static void main(String[] args){ Scanner input = new Scanner(Scanner.in); System.out.println("Enter three numbers"); double.int= v0=5.5; double.int=v1=50.9; double.int = t= 4.5; System.out.println("5.5-50.9/(4.5)"); } } i am having trouble with writing this program, what am i missing to finding the average for this , or is it …
I have been trying to compile a program for school using textpad, but i am unable to find the sdk tool that is supposed to be in the tools window.i have installed the java 6 jdk/jre, then text pad ( multiple times and ended up with the same results. when …
[QUOTE=cgeier;1027679]Which "Java" did you install? The JRE or the JDK? I think that the JDK includes the JRE, but I'm not sure. You can also try to install the JRE. [url]http://java.sun.com/javase/downloads/index.jsp[/url] Look for "Java SE Development Kit (JDK)". It looks like the current one is "JDK 6 Update 16". Make …
The End.
dpirtle83