User: ryancb06

  • Public profile

User profile: ryancb06

User info
User name:ryancb06
History
Joined:
Number of posts:26
Latest posts:

hw help please
[quote]Either that or it should be declared with no size at all: double array[];[/quote] This will ...

Scripting languages
The major difference is that in scripted languages the code is not compiled into machine code. Where...

Functions
Change [code]int heartRate(int age, int heartbeats_minute)[/code] to [code]bool heartRate(int age, i...

Switch and integer constants
I believe an if() else if() arrangement would work better for this purpose. [code] if (abbrev == "N...

Converting for loops into do while loops
I don't disagree at all.

This user does not accept Private Messages