Computing.Net > Forums > Windows XP > C++ programs

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

C++ programs

Reply to Message Icon

Name: joel
Date: July 10, 2003 at 14:01:44 Pacific
OS: Windows Xp
CPU/Ram: 120
Comment:

Please help using visual 6.0.The assignment consist of two programs uing "structured Decomposition" and "Objected Oriented" techniques to find the Circumference, area and volume of a cube and a sphere given length(cube) and radius(sphere).

Cube: Circumference (square): 4 *Length;
Surface-Area (Cube): Length * Length * 6;
Volume (Cube): Length * Length * Length; (pow(Lenght, 3));

Sphere: Circumference(circule): 2 * Radius * PI;
Area (circule): Radius * Radius * PI;
Volume (Sphere): (4.0/3.0) * Radius * Radius * Radius * PI;



Sponsored Link
Ads by Google

Response Number 1
Name: Harpie
Date: July 10, 2003 at 18:34:52 Pacific
Reply:

Homework???
You'd probably get a quicker and maybe better response on one of the programming forums. C U there!!


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows XP Forum Home


Sponsored links

Ads by Google


Results for: C++ programs

'C:\Program' folder autostarts www.computing.net/answers/windows-xp/cprogram-folder-autostarts/107726.html

C Programming www.computing.net/answers/windows-xp/c-programming/105105.html

C:\Program Files\Uninstall Info.. www.computing.net/answers/windows-xp/cprogram-filesuninstall-info/76816.html