discuss energy management measures that Namibia should strengthen to ensure adequate service delivery to the rural poor.
A stone is thrown straight upward with a velocity of 30 m/s. What was its maximum height?, b) What is the time taken to reach the maximum height?, c) What is the velocity of the stone when it is 60 m from the ground? (Assume the ground as the initial frame of reference)
how many moles of water is 5.87 x 10^22 molecules ?
Write a program that will ask the user to enter a digit character (i.e. ‘0’ or ‘1’ .... or ‘9’). If user
enters a non-digit character then the program should display message to re-enter correct input.
A man takes a job for 30 days. His pay for the first day is calculated as square
of his joining date. Assume he’s
joining on 3rd of the month, then his starting
pay is Rs 9/. After that his pay for the consecutive days are twice the pay of
previous day .i.e. each day’s pay is twice the pay of previous day. Write a c
program using functions to find his total pay for 3
0 days.
An online retailer sells five different products, whose retail prices are shown in
the following table:
Product number
Retail price
1
$2.98
2
$4.50
3
$9.98
4
$4.49
5
$6.87
Write a C program that reads a series of pairs of input as follows:
a.
Product number
b.
Quantity sold for one day
Write a program to help and determine the retail price for each product. Calculate
and display the total retail
value of all produ
Construct a truth table (truth matrix) for each of these compound proposition
by using truth table (truth matrix), show that each statement is a tautology, contradictory or a contingent statement.
Identifying a compressed gas cylinder is
based on the first letter of the
cylinder’s color printed on the cylinder. For Example
‘Y’ or ‘y’ for yellow, ’O’
or ‘o’ for orange and so on. Cylinder colors and associated contents are as
follows.
Orange
--
Ammonia
Brown
--
Carbon monoxide
Yellow
--
Hydrogen
Green
--
Oxygen.
Write a C program using switch case to identify the type of gas compresse
d
in a given cylinder.
the sum of two numbers is 4. find the minimum value of the sum of their cubes.