hw help please[quote]Either that or it should be declared with no size at all: double array[];[/quote] This will ...
Scripting languagesThe major difference is that in scripted languages the code is not compiled into machine code. Where...
FunctionsChange [code]int heartRate(int age, int heartbeats_minute)[/code] to [code]bool heartRate(int age, i...
Switch and integer constantsI believe an if() else if() arrangement would work better for this purpose. [code] if (abbrev == "N...
Converting for loops into do while loopsI don't disagree at all.
This user does not accept Private Messages