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++ Program Adding Even numbers
Name: jem52181 Date: October 1, 2007 at 17:56:17 Pacific OS: Microsoft Windows XP Pro CPU/Ram: PIV 2.00 GB Product: OptiPlex GX280
Comment:
I have to write a code that adds all the even numbers from 1 to 40 except 4 and 10 using a FOR loop or a WHILE loop. This is what I have so far, but I can not figure out how to add them together or exclude 4 or 10.
Summary: I'm new to programming in C and taking a beginner course. My homework is to write a program that reads an integer and determines and prints whether it is odd or even. I'm supposed to use the remaine...
Summary: I am having a problem with a program that converts numbers to roman numerals. I used a do-while function but i'm thinking about using a swith instead. I'm fairly new to programming and still finding...
Summary: Hi, Can anyone help me by sending the solution of this C program. Thanks Write functions to add, subtract, multiply and divide two complex number numbers. Also write functions to compute the reciproc...