Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
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.
Your team has been hired as a Java programmer by Real Estates Solutions Inc. Your task is to write a Java applet for their web site that would enable customers
Create a program for a mail-order company. The program uses a data-entry screen in which the user types an item number and a quantity
Create a size of the frame to be set a little bit larger than its content, which is a label. Also, the location could be set so that it could be appeared
Create a Frame-based application that displays an array of nine buttons on a Panel. Assign the Panel to the Center of your frame.
Describe an every day situation, like being a chef at a restaurant, how would I implement an array (for inventory) of my spices
Could you explain (in very simple terms) how methods with multiple parameters are declared? If possible, could you provide two short examples?