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
~1K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for Andrew Davis 64

When I compile this program it says "cannot find symbol class Method Master", but when I run it, everything is fine. [CODE] /* *Andrew Davis *Nov. 19, 2010 */ import java.util.Scanner; public class Calculator { public static void main (String [] args) { Scanner keyboard = new Scanner(System.in); MethodMaster method …

Member Avatar for Andrew Davis 64
0
222
Member Avatar for Swetha Kota

[QUOTE=Swetha Kota;1366647]hi frnds i want some small basic java projcts samples and some tips to develop a projct plzz help me..[/QUOTE] What do you mean? What kind of project?

Member Avatar for Andrew Davis 64
-3
102
Member Avatar for Andrew Davis 64

I have no idea how C++ works, but I'd like to learn... Is it possible to create java files/programs using C++?

Member Avatar for geojia
0
218
Member Avatar for roseannes

This program asks for your name, you type in your name or whatever you want and press enter, then it will tell you how many characters (including spaces) are in the string. [CODE] import java.util.Scanner; public class YourProgramName { public static void main (String [] args) { Scanner keyboard = …

Member Avatar for roseannes
0
87
Member Avatar for Andrew Davis 64

How do I create an Instant Messenger Program using Java? I want to create an Instant Messenger Program using Java, and I dont have a clue where to start, so if someone can please help me, that would be great. Thank You, Andrew Davis

Member Avatar for alex1986
0
232
Member Avatar for Andrew Davis 64

THIS IS A PROGRAM THAT WILL OPEN A WINDOW, THEN WHEN YOU CLICK CALCULATE GPA, A JOPTIONPANE THING WILL OPEN AND YOU WILL PUT YOUR GRADE IN, THAT WILL HAPPEN 2 MORE TIMES THEN THE LAST ONE WILL SHOW YOU YOUR GRADE AVERAGE. WHEN I COMPILE THIS PROGRAM, EVERYTHING IS …

Member Avatar for Member #814414
0
311

The End.