Project help@greenleaf the OP also requires the overall total btw it seem a waste of resources to use a containe...
Adding strings of integers[quote] both large integers (only using 10 digit numbers for the sake of this demo) [/quote] If the ...
Area of a Triangle[quote](base * height) / 2[/quote] This may not always be accurate as base and height are both decla...
fix my array position!to control input to a two dimension array you need something like nested loops and to prevent double...
Adding strings of integersOne way would be to hold each string in an array and use gets() in conjunction with atof() to conver...