I need to create a control structure to run a hangman programyes, 2 times(i - 1) + 1. examples are : so word number 13 is at 2* (13-1) + 1 = 25. and word nu...
function does not take 0 argumentsthink about the purpose of getDay function. what is supposed to be returned? a number? a string? th...
return 0;well atleast one - used by dev c++ does not - and uses 0 as default value. when tried : int f...
extracting email addresses from file[quote] instName=emailAdd.substr(atpos,dotpos-atpos-1); [/quote] this line is where the error a...
I need to create a control structure to run a hangman programok , so word 1 is at line 1, word 2 at line 3, word 3 at line 5 .... so if we have an index initi...