Square:
Side length
Print the area, perimeter and volume of a square
Rectangle:
Width; length; height
Print the area, perimeter and volume of a rectangle
Circle :
radius
Print the area, perimeter and volume of a circle
triangle:
Base height
Print the area, of a triangle
Write a program to define a two dimensional array of numbers to store 5 rows and 6 columns.
Write a code to accept the data, assign it in array, and print the data entered by the user.
Code the formula for:
Speed
Distance
Time
1. A small open economy is characterized by having the following information,
Indicator In million dollars
Transfer Payments 54
Interest Income 150
Depreciation 36
Wages 67
Gross Private Investment (I) 124
Business Profits 200
Indirect Business Taxes 74
Rental Income 75
Net Exports (X-M)
18
Net Foreign Factor Income 12
Government Purchases (G) 156
Household Consumption (C) 304
A. Calculate GDP using expenditure approach
B. Calculate GDP using Income approach
C. Is there any difference between the two approaches of calculating GDP? Why?
Type of Triangle
Is acute, obtuse , right?
Is isos, scalene, equalat?
A box contain 10 black marble, 8 white marble and 6 yellow marble. If a ball is drawn at random, what is the probability of getting black marble and white marble?
Pythagoras
Take in the x value y value print the hypotenuse
Take in the hypotenuse and another value print the remaining value
BMI
Take in the
Mass Height
Print out which bmi class the user is in
A food manufacturing company produces oatmeal cookies that have a sugar content that
is approximately normally distributed. The mean sugar content is 1.1 grams with a standard
deviation of 0.15 gram. Determine the probability that a random sample of 10 oatmeal cookies
will have an average sugar content of greater than 1.2 grams.
Farmer Brown
Leg_number = chickens*2 + cows*4 + bees*6
A farmer has chickens with 2 legs, cows with 4 legs, and bees with 6 legs on his farm. Write a program that, given the number of chickens, cows and bees, will output the total number of legs