Forum: Java Oct 24th, 2009 |
| Replies: 3 Views: 231 Thank you so much this really helped :) |
Forum: Java Oct 19th, 2009 |
| Replies: 3 Views: 231 I have two files of huge data contains string and integers
and i want to read from it and use it to count characters of the string for example name ending with letter "A" containing "oo" or having... |
Forum: Java Mar 23rd, 2009 |
| Replies: 1 Views: 1,238 Hello people ..
I have a problem with my program ,, it is designed to count the number of digits and if its 5 it will test if its a palindrome number..
my problem is with the while loop...... |
Forum: C++ Dec 3rd, 2008 |
| Replies: 2 Views: 242 Thank you :D
it works now :) |
Forum: C++ Dec 3rd, 2008 |
| Replies: 2 Views: 242 I have an Array A[N]={1,2,3,4,5,6};
and I want to split it to 2 arrays of size N/2
such that B = 1, 2, 3 and C = 4, 5, 6
here is my program but there is something wrong with array C
Can you help... |
Forum: C++ Nov 17th, 2008 |
| Replies: 5 Views: 739 Thank you so much for your advice :D but the thing was i've never written a class before and i dont even know how to start ,, thats why i didnt give it a shot, i guess!
Thanks again :)
see you... |
Forum: C++ Nov 15th, 2008 |
| Replies: 2 Views: 291 The sequence Fibonacci numbers begin with the integers 1,1,2,3,5,8,13,21....where each number after the first two is the sum of the two perceeding numbers, i want to write a loop to display this... |
Forum: C++ Nov 4th, 2008 |
| Replies: 6 Views: 532 ok sorry i will use it next time !!
but you didnt answer my Question !! |
Forum: C++ Nov 4th, 2008 |
| Replies: 6 Views: 532 Here is the Quesion ::
I want to write a program that estimates the value of the mathematical constant e by using the formula:
e = 1 + 1/1! + 2/2! + 3/3! + 4/4! + ………+ n/n!
Here is my... |
Forum: C++ Nov 1st, 2008 |
| Replies: 5 Views: 739 Create a class called Employee that includes three pieces of information as data members – a first name (type string), a last name (type string) and a monthly salary (type int). Your class should... |
Forum: C++ Oct 29th, 2008 |
| Replies: 20 Views: 1,048 Thank YOU :)
but can you explain to me how col works?? i mean in the if statement |
Forum: C++ Oct 28th, 2008 |
| Replies: 20 Views: 1,048 oh ok i found my mistake !!
but the output is 0 !!!!!! |
Forum: C++ Oct 28th, 2008 |
| Replies: 20 Views: 1,048 ok i like the idea but when i try it i get an error ( unexpected end of file found )
what should i do? |
Forum: C++ Oct 28th, 2008 |
| Replies: 20 Views: 1,048 |
Forum: C++ Oct 28th, 2008 |
| Replies: 20 Views: 1,048 but like this i'll get the output only 3 numbers ??!! |
Forum: C++ Oct 28th, 2008 |
| Replies: 20 Views: 1,048 What do you mean ????
sorry i'm new in C++ |
Forum: C++ Oct 28th, 2008 |
| Replies: 20 Views: 1,048 The Question is Write a program that output the numbers 0 to 8 in three columns, where the width of each of them 3. The output should be as follows:
0 1 2
... |
Forum: Community Introductions Oct 2nd, 2008 |
| Replies: 1 Views: 324 Hey
Well hello computer nerds ,, let me tell you something about me :)
My name is Sarah , I am a future Computer Engineer ( still a sophomore).
I found this site by google while i was trying to... |