Over here I upload many java works from the book Fundamentals of Java. I will also upload answers, but make sure that they are the same questions.
NOTE: WE RECOMMEND USING JCREATOR 3.0 FOR MAKING THESE PROGRAMS. THE FREEWARE VERSION CAN BE FOUND HERE (will open in a new browser window)
Project 2-1 Write a program that displays your name, address, and telephone number.
Price: FREE Project 2-2 A yield sign encloses the word YIELD within a triangle. Write a program that displays a yield sign (use stars to represent the sides of the triangle).
Price: FREE Project 2-3 Write a program that takes as input a number of kilometers and prints the corresponding number of nautical miles. You may rely on the following items of information: A kilometer represents 1/10,000 of the distance between the North Pole and the equator. There are 90 degrees, containing 60 minutes of arc each, between the North Pole and the equator. A nautical mile is 1 minute of an arc.
Price: FREE |