[SOLVED] SOLVED:write a program to ask the user to enter a value for x,

10.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

Description

5/5 - (2 votes)

write a program to ask the user to enter a value for x, compute and display y’s value:
a program to convert pounds to Kilograms. ( Recall that 1 KG=2.205 lb.)
a program to compute the area A of a triangle with base b and height h ( Recall A=(1/2)(b*h) )
a program to compute the volume V of a sphere of radius r. ( Recall V=(4/3)(pi *r^(3))

Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.