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
~2K People Reached
Favorite Forums
Favorite Tags
java x 10

3 Posted Topics

Member Avatar for dpirtle83

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 …

Member Avatar for brandonrunyon
0
138
Member Avatar for dpirtle83

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 …

Member Avatar for NormR1
0
159
Member Avatar for mompoleon

[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 …

Member Avatar for dpirtle83
0
1K

The End.