Design a superclass called shape that contains one function

Assignment Help Programming Languages
Reference no: EM131299565

Program #1.

Sum of Digits in a String. It is necessary to create a utility procedure that allows you to convert from a character to an integer value to allow you to sum the values of the digits in a string. Also, Raptor will not allow you to input a numeric value and treat it as a String input. To work around this limitation, I would recommend putting a character like 'a' somewhere in your input value so Raptor will treat the input as a String data type. Your program should be designed in such a way that it will ignore any non-numeric characters in the input string.

Program #2

Area of Shapes: Design a superclass called Shape that contains one function-getArea(). The getArea() function in the Shape class will simply return 0, you will derive from it in your subclasses mentioned below. Define 3 subclasses of the Shape class-circle, rectangle, and triangle. The circle class will need a radius field, the rectangle class will need length and width fields, and the triangle class will need base and height fields. Declare all of the appropriate setters and getters for each of these classes. The circle class will calculate it's area as PI*r*r. The rectangle's area is length * width. The triangle's area is .5 * base * height.

Demonstrate your classes be writing a menu driven program that allows the user to select which shape they want to create. After making their selection, the program will ask the user to input the appropriate dimensions for that shape. The program should then display the area for that shape. The menu will continue to display until the user chooses to quit.

Example Output:

Please select an option:

1) Area of a circle

2) Area of a rectangle

3) Area of a triangle

4) Quit

Enter your selection:

2 [Enter]

Enter the rectangle length:

8 [Enter]

Enter the rectangle width:

6 [Enter]

The area for your rectangle is 48

Please select an option:

1) Area of a circle

2) Area of a rectangle

3) Area of a triangle

4) Quit

Enter your selection:

4 [Enter]

Reference no: EM131299565

Questions Cloud

Can you suggest any changes to its marketing program : Pick a product category. Examine the histories of the leading brands in that category over the last decade. How would you characterize their efforts to reinforce or revitalize brand equity?
How to set up and test your database : How to set up and test your database? An ERD diagram of your database design showing primary keys, foreign keys and other constraints.
Advance comparative statistics : Go to the Census Bureau Web site at www.census.gov and select Economic Census, then 2007 Economic Census, Core Business Statistics and then Advance Comparative Statistics.
Current market conditions competitive analysis : You have been given the responsibility of working with your organization's CEO to do a competitive market analysis of the potential success of one of their existing products.
Design a superclass called shape that contains one function : Area of Shapes: Design a superclass called Shape that contains one function-getArea(). The getArea() function in the Shape class will simply return 0, you will derive from it in your subclasses mentioned below.
Design your own simple class to represent any household item : Design and implement your own simple class to represent any household item of your choice (toaster, fan, hair dryer, piano ...) Your class should have a constructor, one additional method and at least one member variable.
List and describe how health care services could be utilised : List and describe how health care services could be utilised to promote the delivery of culturally sensitive client care. Choose a culture/country from the ones listed and research the following aspects
How well did the strategies work : Identify a fading brand. What suggestions can you offer to revitalize its brand equity? Try to apply the different approaches suggested in this chapter. Which strategies would seem to work best?
Which is equal to the sum of the cash : Calculate thecash ratio, which is equal to the sum of the cash and marketable securities components of current assets divided by the current liabilities.

Reviews

Write a Review

Programming Languages Questions & Answers

  Program to multiply two integers

What occurs when you multiply two integers whose product is larger than largest int value? Try out example and report your findings.

  Create a template that changes the value of 2 variables

Use the template in a program where you change the value of 2 variables of type int and 2 variables of type long.

  Create gui program which extends jframe

Create the GUI program which extends JFrame to find weighed average of your grade. You must input total points received on quizzes, midterm, and programming assignments.

  Write program in java to input basic salary of persons

Write the program in java to input basic salary of 15 persons. Each one of them gets 25% of basic as hra (house rent allowance), 15 % of basic as conveyance and 10 % of basic as entertainment allowance.

  Create a console-mode executable class

Create a console-mode executable class (no GUI in this project; let's keep it simple) using the following specifications.

  Write a program that asks user to input the number of miles

Write a program that asks the user to input the number of miles and convert the miles to kilometers, and then print the output to the screen.

  Modify the dynamic programming algorithm

How would you modify the dynamic programming algorithm for the coin collecting problem if some cells on the board are inaccessible for the robot?

  Get an opportunity to deal with user input

We will work again with information having to do with family structure. You will get an opportunity to deal with user input, error checking, control facts and (possibly) salience

  Program asks for number of shares-whole dollar portion price

Program asks for number of shares held, whole dollar portion of price, and fraction portion. fraction portion is to be input as two integer values, one for numerator and one for the denominator.

  Write a bash shell script prompt user to enter first name

Write a Bash shell script named phone.bsh that prompts the user the to enter first or last or any portion of person's name, so that can be found the appropriate entry in the phone directory file.

  Develop computerized pot hole tracking and repair system

Department of public works for city has decided to develop computerized pot hole tracking and repair system. As pot holes are reported to customer service.

  Use for loop to calculate sum of squares of numbers

Given int variables k and total which have already been declared, use the for loop to calculate sum of squares of first 50 counting numbers, and store this value in total.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd