String Arrays will not workI've been having trouble using string arrays. After some experimenting, I've brought it down to the ...
Printing right-aligned triangle with descending numbersah okay. I rearranged some variables and got it to work. [code] void displayPatternC(int base) { ...
Printing right-aligned triangle with descending numbersI'm trying to figure out how to create output which looks like this. [output] 1 21 321 ...
Function returns different results than isolated programoh wow. I can't believe i missed that. fixed it and it works fine now, thank you. [code] ...
Function returns different results than isolated programI'm working on an assignment where the program must find the Decimal and Binary equivalent of a sing...
This user does not accept Private Messages