Forum: C++ Oct 24th, 2004 |
| Replies: 3 Views: 2,573 oops i forgot
the program is not working am unable to find whats wrong.am using turbo c++ |
Forum: C++ Oct 24th, 2004 |
| Replies: 3 Views: 2,573 i must write a program that reads a number between 1 and 100 then calls a function to check if the number is part of the Fibonacci series.the main should display if the number is part of thr... |
Forum: C++ Oct 24th, 2004 |
| Replies: 1 Views: 7,426 :rolleyes: i have to write a program which ask the user the height of a pyramid between 1 and 15 and displays a pyramid of this height made up of "*" characters on screen.for example
how high... |
Forum: C++ Oct 24th, 2004 |
| Replies: 13 Views: 5,736 put getch();
just before u before u end your program that is before your curly brackets |
Forum: C++ Oct 4th, 2004 |
| Replies: 3 Views: 2,426 i have got to write a program to read a set of program n print out the average.
it will start by prompting the user for the number of numbers to be read and will then prompt for the individual... |
Forum: C++ Oct 3rd, 2004 |
| Replies: 10 Views: 53,385 i must write a program that will convert lower case letters to upper case and vice versa and if a number is entered it must display char is not a letter
here is what ave written but when i run it... |
Forum: C++ Sep 25th, 2004 |
| Replies: 1 Views: 2,285 The population of rabbits on a small island in Poole harbour is being monitored.
there are curently 495 rabbits on the island. It is estimated that the population will grow by 20 % a year until the... |