Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Change code in Java program so that input of floating point values is possible.
Compare code of 2 similar Java programs and explain differences.
Develop a Java program which, given the width, length and depth (in metres), of a swimming pool, determines and outputs: (a) the volume in litres
Write a Java class that contains 4 instance methods that output information related to your education background, work experience, hobbies and skills
Take a look at this product by doing some research on the Web. Visit the Microsoft Web site at http://msdn.microsoft.com/vbasic/.
Describe the difference between object-oriented programming and procedural (or structural or processual) programming.
Use Cybrary to research at least one programming language and its characteristics. Find out if it is procedural, object-oriented, or a hybrid.
Operating System and platform detrimental to the overall advancement of the WEB as a widely accepted platform?
X3D is currently replacing VRML as the nearest the internet gets to Virtual Reality currently. Is X3D suited specifically to certain applications over others?
Identify how you can encapsulate the data and processes you identified into an object-oriented design.
Modify the Inventory Program to use a GUI. The GUI should display the information one product at a time, including the item number, the name of the product
Write an Java Applet that displays the 13 standard colors available in Java back, blue, cyan, darkGray, gray, green, lightGray, magenta, orange, pink, red
Create a Java application that displays the product number, the name of the product, the number of units in stock, the price of each unit, and the value
Convert the program to this text to allow the program to print out each word of the input sentence to a separate line of a file called words.txt
Modify the Payroll Program so that it uses a class to store and retrieve the employee's name, the hourly rate, and the number of hours worked.
Implement a class called ShortAddress that has the following attributes: firstName, secondName, and phoneNumber
Create a program that computes the annual road tax (vehicle excise duty) charges for three types of vehicles: vans, cars and motorcycles.
Edit Java program for input of numbers only. If the user inputs a letter the program must abort with a messegae like "Program aborted by user".
Edit Java program that user is prompted for new input or exit program by the question "Do you wish to continue (y/n):"
Create a code in Java that continuously outputs random numbers between 0 and 10000 until a number which is divisible by 5 is encountered
When you input two strings representing your first and last names, have your program output your initials. The program should consist of two files
When you input two sides of a rectangle, your Java-program should output the area and perimeter of that rectangle
Create a Program in Java, which determines the distance travelled by a projectile (launched from the ground) given:
Produce a Java program which, given three sides of a triangle, determines whether the triangle is:
List three types of errors that you can encounter in a Java program, and describe what you will do to minimize the errors.