IT 401 Business Computer Languages

by

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:
 A)
 B)
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 
{ private int hour;
private int minutes
private int 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 
import java.lang.*; 
import java.util.*; 
public class Calculator
{ private int value; 
private int x
private int y
public Calculator() 
{
value = 0; 
x = 0; 
y = 0; 

public int addition(int x, int y) 
{
}
public int subtraction(int x, int y) 


public int multiplication(int x, int y) 

} public double division(int x, int y) 



Approximate price: $22
We value our customers and so we ensure that what we do is 100% original..

With us you are guaranteed of quality work done by our qualified experts.Your information and everything that you do with us is kept completely confidential.You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.The Product ordered is guaranteed to be original. Orders are checked by the most advanced anti-plagiarism software in the market to assure that the Product is 100% original. The Company has a zero tolerance policy for plagiarism.The Free Revision policy is a courtesy service that the Company provides to help ensure Customer’s total satisfaction with the completed Order. To receive free revision the Company requires that the Customer provide the request within fourteen (14) days from the first completion date and within a period of thirty (30) days for dissertations.The Company is committed to protect the privacy of the Customer and it will never resell or share any of Customer’s personal information, including credit card data, with any third party. All the online transactions are processed through the secure and reliable online payment systems.By placing an order with us, you agree to the service we provide. We will endear to do all that it takes to deliver a comprehensive paper as per your requirements. We also count on your cooperation to ensure that we deliver on this mandate.

Never use plagiarized sources. Get Your Original Essay on
IT 401 Business Computer Languages
Hire Professionals Just from $11/Page
Order Now Click here