Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for SQ89

Hi, I wrote a program in Objective C for iphone app to display a letter and image from a database.. I dont want it in a table view .. i want only one view with text field and image view .. when i write a letter i get the corresponding …

0
59
Member Avatar for SQ89

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 letter "A" as seconf letter. i need some methods from the String …

Member Avatar for SQ89
0
130
Member Avatar for SQ89

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... please help public class Palindrome { // checks if a 5-digit …

Member Avatar for verruckt24
0
1K
Member Avatar for SQ89

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 me with it ? [CODE]#include …

Member Avatar for SQ89
0
92
Member Avatar for SQ89

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 have a constructor that initializes the three data members. Provide a set and a get function …

Member Avatar for SQ89
0
542
Member Avatar for SQ89

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 sequecnce numbers less than 500 . do we need to write 2 loops ? its not working for …

Member Avatar for ArkM
0
74
Member Avatar for SQ89

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 Answer: #include <iostream.h> int main () { double x …

Member Avatar for ddanbe
0
158
Member Avatar for SQ89

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 3 4 5 6 7 8 so what i've done so far is : #include<iostream.h> void main() …

Member Avatar for ddanbe
0
151
Member Avatar for SQ89

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 find a solution for my C++ program ,, and I …

Member Avatar for Denniz
0
46