Write a program that will receive the first name ,last name,age,complexion (fair/dark),weight (kg)and height (m2) of 5 individ

Status
Not open for further replies.

Udeme107

Estimable
Feb 28, 2014
7
0
4,510
0
Java programming

Write a program that will receive the first name ,last name,age,complexion (fair/dark),weight (kg)and height (m2) of 5 individuals; calculate their body mass index(BMI) and display each name and their respective information (including the BMI) accordingly.
(BMl)=height/weight.
You are to use 4 functions (including main( )) to execute this. A function should be assigned specially for the calculation the BMI.
 
Status
Not open for further replies.
Thread starter Similar threads Forum Replies Date
M Apps General Discussion 2
H Apps General Discussion 3
A Apps General Discussion 1
Y Apps General Discussion 1
L Apps General Discussion 5
O Apps General Discussion 1
S Apps General Discussion 2
A Apps General Discussion 1
P Apps General Discussion 1
A Apps General Discussion 1
T Apps General Discussion 1
Y Apps General Discussion 1
I Apps General Discussion 2
T Apps General Discussion 1
S Apps General Discussion 2
P Apps General Discussion 1
M Apps General Discussion 6
R Apps General Discussion 1
V Apps General Discussion 4
P Apps General Discussion 16
Similar threads
Write a menu driven program which has following options 1. Factorial 2. Prime or not 3. Odd or even. 4. Exit. Once the menu
Write a program in C++ using classes and function overloading, to calculate volume of Cube, Cuboid and a Cylinder, the program
Write a C program that computes and prints out an approximate number of primes not exceeding a given number, x .
Write a program to calculate commission for the input valu of sales amount
Could you please help me write a cpp code for an assignment I have in school for juice
how to write a calculator program that will ask the user if he/she wann continue using loop
online4. Write the program to declare Single dimensional array that stores (5) integer values and perform following operations
Write a program for a multiple choice survey.
1st question : 210 points. Write a program to simulate a keyboard with given keys and their operation. You need to print the f
palindrome is a word, phrase, or sequence that reads the same backwards as forwards. Given a palindrome write a program to pri
Write a C++ program to help the Administration of a football league to manipulate the list of players registered in different
write a program to create a frame by creating an object to the subclass of an frame class
1. Write a program that outputs the greatest common divisor of two positive integers. For example, if you input two positive
Write Single Thread program in Posix Thread
Write a program to accept three names ( Anisha , Aviral and Rahul ) and display them in the following way : ANISHA AVIRAL RAHU
java program to write an array of student objects into a file and to append student information to the same file
Write a program that reads 3 integers as input and prints the second largest of these three numbers. Example: Input: 3 4 5 Out
batch file writing
Write own programm? NB
i cant write java code very well

ASK THE COMMUNITY

TRENDING THREADS