Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Create a program that prints dates and times in the following forms:
Find the error(s) in each of the following program segments. Show the corrected statement.
A palindrome is a string that will spell the same way forward and backward. Some examples of palindromes are "radar", "able was I ere I saw elba"
What does the following program do? MysteryClass
Design and write an Applet program in Java to simulate the operation of a car park pre-payment machine.
Modify the factorial method in Fig. below to print its local variable and recursive-call parameter
Create a recursive method power( base, exponent ) that, when called, returns
Create an application program that prompts the user to enter a number (a number only, error check for numerals only), subtract 50 from that number
Review the article: Eclipse Based Tools for Apache Derby by Susan Cline. You will need to download and install the Cloudscape workbench here
(Rectangle Class) Create a class Rectangle. The class has attributes length and width, each of which defaults to 1.
Rewrite the following pseudo code segment using loop structure in the specified languages:
If you were explaining an array to a friend who is learning Java. how would you do so?
Create a method, removeAll, that takes three parameters: an array of integers, the length of the array, and an integer, say, removeItem.
Write a method that takes an integer value and returns the number with its digits reversed. For example, given the number 7631, the method should return 1367
The Twelve Days of Christmas. Each year, PNC Advisors of Pittsburgh publishes a Christmas Price List. Create a program that requests an integer
I have been collecting golf balls from different courses over the years now. Of right now I have an inventory of over 200 golf balls from different courses
Declare a subclass of JPanel called MyColorChooser that provides three JSlider objects and three JTextField objects
Create an applet that asks the user to enter two floating-point numbers, obtains the numbers from the user and displays the two numbers
Modify the Payroll Program application so it continues to request employee information until the user enters stop as the employee name
In the example 1-1, the class Clock was designed to implement the time of day in a program. Certain applications, in addition to hours, minutes
Develop a program that plays "Five Card Stud". The user plays agains the computer. The program will "deal" five cards to the user and itself
Two common attributes of a person are the person's first name and last name. The typical operations on a person's name are to set the name and print the name
Write a C function that includes the following sequences of statements:
Develop a test program called CoinCounterTest to test the CoinCounter class.
Create a java program that allows the user to create a file of employees, address, and phone numbers