Computers and Technology

Imagine you are writing a personal fitness program that stores the user's age, gender, height (in feet or meters), and weight (to the nearest pound or kilogram). Declare variables with the appropriate names and types to hold this information. Write a complete variable declaration statement with the type, the variable name, and a semicolon. a.
int age = 12;

char gender = "F";

double height = 5.2;

int weight = 90;

b.
int Age = 12;

char Gender = 'F';

double Height = 5.2;

int Weight = 90;

c.
int age = 12;

char gender = 'F';

double height = 5.2;

int weight = 90;

d.
int age = 12;

char gender = 'F';

double height = 5.2;

int weight = 90.0;

answer
Answers: 3

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 04:30, justbepunky
There is a simple pattern for determining if a binary number is odd. what is it and why does this pattern occur? how many bits would you need if you wanted to have the ability to count up to 1000? how high could you count in binary if you used all 10 of your fingers as bits? (finger up means 1, finger down means 0)
Answers: 3
image
Computers and Technology, 23.06.2019 01:00, EhHannuh6865
Let r be a robotic arm with a fixed base and seven links. the last joint of r is a prismatic joint, the other ones are revolute joints. give a set of parameters that determines a placement of r. what is the dimension of the configuration space resulting from your choice of parameters?
Answers: 3
image
Computers and Technology, 23.06.2019 04:31, tbt81
Type the correct answer in the box. spell all words correctly. the managing director of a company sends a christmas greeting to all his employees through the company email. which type of network does he use? he uses an
Answers: 1
image
Computers and Technology, 23.06.2019 09:30, gabby640
Name the range function that would generate the following list of integers values: 0,1,2,3,4,5.
Answers: 1
Do you know the correct answer?
Imagine you are writing a personal fitness program that stores the user's age, gender, height (in fe...

Questions in other subjects:

Konu
Mathematics, 16.04.2020 14:24
Konu
Spanish, 16.04.2020 14:49
Konu
Spanish, 16.04.2020 14:49