User profile: Anonomys

User info
User name:Anonomys
History
Joined:
Number of posts:34
Latest posts:

Find Lowest and Deduct
I have corrected it , it works now!

Find Lowest and Deduct
while yours works perfectly , I forgot to add. It should use the following functions: • An int fu...

Find Lowest and Deduct
Write a program that calculates the average of a group of test scores, where the lowest score in the...

Can someone help me spot the error?
below program should display. The sum of 2 through 5 is 14 ( 2 + 3 + 4 + 5) [code] #include <ios...

writing flighting system
ah sorry @AbstractionAnon I edited out [code]for (int f = 0; f < MAX_FLIGHTS; f++)[/code] thats why...