Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
simple project , help!!!!!
Name: colm Date: February 13, 2002 at 06:56:43 Pacific
Comment:
hi, got a simple project i need done real quick. By use of an input file with the numbers 12345, i need a program to give me 54321 in an outout file, also the program must check for pallindromes, help!! e-mail me
Name: Helper Date: February 18, 2002 at 03:37:22 Pacific
Reply:
peace brother! be quiet use any Basic personaly i like Turbo Basic so write the following program: main: varx = 12345 vary$= str$(varx) for j= len(vary$) to 1 step -1 goal$ = goal$ + mid$(vary$,j,1) next j result= val(goal$) print "heehaaa: ";result end sincerely yours
Summary: Can anyone please help me with the following C problem. Am newish to C programming so please be specific. I am using the Dev-C++ compiler. I want to write a program that prompts the user to input a fi...
Summary: I am writting a simple program using loops to figure out credit card dept and how long it will take to pay off your card with a minimum payment. How would I make it so when I calculate the months tha...
Summary: Please, can anyboby help me with the problem in this simple C program ? After running, I can answer just the first question. The second question comes with "R=1" in front of the word "Aswer:". PLEASE ...