Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
6
Posts with Downvotes
3
Downvoting Members
5
4 Commented Posts
0 Endorsements
~850 People Reached
About Me

alwayz smile

Interests
photograph
PC Specs
Web design
Favorite Tags
c++ x 8
Member Avatar for sara9111

[COLOR="Red"][B]Hi everybody; Social responsibility, Wt that mean's in marketing?? I Know the real mean, but like wt , I want some company example or some thing mean that?? thank u very much :)[/B][/COLOR]

Member Avatar for adisonpol
-2
69
Member Avatar for sara9111

# include <iostream> using namespace std; int main () { int arr[100], num, sum=0, size=0; cout<<"Enter an integer: "; cin>>num; if (num < 0) num*=-1; while (num != -999 && size < 100) { arr[size]=num; size++; cin>>num; for (int j=1; j<size; j++) { for (int i=0; i<size-1; i++) { if …

Member Avatar for StuXYZ
-2
145
Member Avatar for sara9111

[B][COLOR="Red"]Hi...There Wts that mean in C++??Wt I have 2 do in the program??Wt I should write? write a C++ program that test parts a and b. (Declear additional verable in the function main, if necceccaey). # include <iostream> using namespace std; int one (int x, int y); double two (int …

Member Avatar for mrnutty
-2
96
Member Avatar for sara9111

Hi There.... # include <iostream> using namespace std; int one (int x, int y); double two (int x, double a); int main () { int num, x, y; double dec, a, first; cout<<"please enter two integers numbers: "; cin>>x>>y; cout<<"please enter a double number: "; cin>>a; num = one (x, …

Member Avatar for sara9111
0
170
Member Avatar for sara9111

[COLOR="Red"][B]How i solve this problem ?? i try, but i don't know wts the wrong??[/B][/COLOR] A.Write the defintion of function one so that it returns the sum of x and y if x greater than y, it sholud return x mines 2 times y. B.Write the defintion of function two …

Member Avatar for jesseb07
0
119
Member Avatar for sara9111

Where is the wrong??? Why does not this program work?? [code=cplusplus]#include <iostream> using namespace std; // Function prototypes. int resverseDigit (int); int main() { int num; // Test function resverseDigit(num). cout << "Enter the number: " << endl; cin >>num; return 0; } // End of main // Function Definitions …

Member Avatar for mrnutty
0
123
Member Avatar for sara9111

What the diffrent bettween while looping, conter-controlled while loop, sentinel-controlled while loop,flag-controlled while loop, do while loop and For loop. when we use each one of them??? please, explean in detileas. thanx :)

Member Avatar for mrnutty
0
128