Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Management Information System Expert

Assignemnt: Business Computer Languages IT

Evaluate the given pseudocode to calculate the body mass index (BMI) with the following test values:

A) The height = 1.80 meter and the weight = 78 Kg

B) The height = 1.50 meter and the weight = 85 Kg

Input height
Input weight
BMI = Weight / (height)2

If BMI < 18.5 then
Output BMI
Output "Underweight" Else
If BMI < 24.9 then
Output BMI
Output "Normal"
Else
If BMI > 25 then
Output BMI
Output "overweight"
End if

What is the final output of:

Write an algorithm to find the perimeter and the area of a rectangle.

Find the errors in the following statements, explain why and how to solve such errors:

a. 23 = 25;
b. Int percentage% = "15";
c. Rectangle void = new Rectangle (25, 30, 40, 50);
d. double 7average = 0;
7average.length();

We want to create a class that represents a clock. A clock has hour, minute, and second. For example, the time 12:15:36 means, it is 12 o'clock, 15 minutes, and 36 seconds. The basic framework of a Clock class is below: public class Clock

{ privateint hour;
privateint minutes;
privateint seconds;
}

1. What should the body of the constructor be?
A. hr = hour;
min = minutes;
sec = seconds;
B. hour = 12;
minutes = 15;
seconds = 36;

C. int hour = hr;
int minutes = min;
int seconds = sec;

D. hour = hr;
minutes = min;
seconds = sec;

What are the implicit and the explicit parameters in the following methods call: A) System.out.println("Assignment 1");

B) myName.length()

Write the body for addition, subtraction, multiplication and division methods for the Calculator class

importjava.lang.*;
importjava.util.*;
public class Calculator
{ privateint value;
privateint x;
privateint y;
public Calculator()
{
value = 0;
x = 0;
y = 0;
}
publicint addition(int x, int y)
{
}
publicint subtraction(int x, int y)
{
}
publicint multiplication(int x, int y)
{
} public double division(int x, int y)
{
}
)

Management Information System, Management Studies

  • Category:- Management Information System
  • Reference No.:- M92488860
  • Price:- $20

Priced at Now at $20, Verified Solution

Have any Question?


Related Questions in Management Information System

Case study design scenario - a read the harriets fruit and

Case Study : Design Scenario - A Read the Harriet's Fruit and Chocolate Company case study found in Chapter 2 of the textbook. Then, answer the questions below. Each response should be one (1) paragraph in length submitt ...

Answer the following question describe a b-tree

Answer the following Question : Describe a B-Tree implementation. Explain the details of a Binary Tree. What are real world examples of tree implementations? Describe the properties of a heap and provide a real world exa ...

Q you are to analyze the strategic objectives of your

Q: You are to analyze the strategic objectives of your organization and reflect on your contribution towards achieving such objectives. Illustrate your understanding of the organization's marketing strategy, competitive ...

Project titlesecurity lapses and data breaches an

Project title:Security Lapses and Data Breaches: An Examination of the Failures to Protect Business Data and their Consequences Write up 3 problems/questions that related to the project title. I wrote some details in pro ...

1 relate state government data security breach notification

1. Relate state government data security breach notification laws to individual privacy. 2. Explain why state governments have data security breach notification law. 3. Find your state or location's data and security bre ...

1 discussion questionsearch scholar google for a company

1. Discussion Question Search "scholar google" for a company, school, or person that has been the target of a network or system intrusion? What information was targeted? Was the attack successful? If so, what changes wer ...

Question social engineering techniques are often used to

Question : Social Engineering techniques are often used to trick users into giving out important information. List two of the recommendations from the OER readings for avoiding social engineering attacks and briefly desc ...

Research the history of the attack and those

Research the history of the attack and those responsible. What did this exploit? Why was it so much more effective than previous BotNet designs? What kind of mitigations would you recommend for protection? Research Paper ...

Question a boeing 787 dreamliner if you were the program

Question : a) Boeing 787 Dreamliner. If you were the program manager, what would you have done differentlyto avoid the problems faced by the Dreamliner program? b) Enterprise Architecture at American Express. Why was it ...

Transformation at bank of america an enterprise systems

Transformation at Bank of America: An Enterprise Systems Analysis: MIT SDM Systems Thinking Webinar Serieswallance By Daniel Wallance, SDM ’11 Please watch the webinar and write a two pages report to include the backgrou ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As