RUSSO
Michigan, United States
 
 
🎵 🎶 ⠀ Zombies - Travi$ Scott⠀🎵
I⚪──────────────────────────────────────I
⠀⠀⠀▏◀ ⠀▐▐ ⠀ ▶▏⠀⠀🔊 ───○─  ⠀0:00 / 4:19⠀⠀⠀⠀ ⠀ᴴᴰ⚙ ❐ ⊏⊐ ⛶
Currently Offline
Screenshot Showcase
Recent Activity
47 hrs on record
last played on 27 Jan
165 hrs on record
last played on 19 Jan
141 hrs on record
last played on 18 Jan
doob 3 Jan @ 8:28pm 
❤¸.•*""*•. ¸❤ ❤¸.•*""*•. ¸❤ ❤¸.•*""*•. ¸❤
Post this on the walls of the 12 prettiest BOYS you know...
If you get back 5 you're beautiful. ..
❤¸.•*""*•. ¸❤ ❤¸.•*""*•. ¸❤ ❤¸.•*""*•. ¸❤
aaaaaaaaaaaaaaaaaaaaaaaaaaad 17 Feb, 2024 @ 2:10pm 
❤¸.•*""*•. ¸❤ ❤¸.•*""*•. ¸❤ ❤¸.•*""*•. ¸❤
Post this on the walls of the 12 prettiest BOYS you know...
If you get back 5 you're beautiful. ..
❤¸.•*""*•. ¸❤ ❤¸.•*""*•. ¸❤ ❤¸.•*""*•. ¸❤
Juan_7542 19 Dec, 2023 @ 6:06pm 
phone
adrian 24 Oct, 2023 @ 4:15am 
#include <iostream>

using namespace std;

// Function prototypes

void swapArgs(int *, int *);
void divideArgs(int *, int *);
void powerArgs(int *, int *);

int main() {

int num1;
int num2;

int * a = &num1;
int * b = &num2;

cout << endl << "Enter integer 1: ";
cin >> num1;
cout << endl;

cout << "Enter integer 2: ";
cin >> num2;
cout << endl;

if (num1 == 0 && num2 == 0) {

cout << "No operations performed!" << endl;
}
else {

cout << "Before call to swapArgs a: " << num1 << " b: " << num2 << endl;

swapArgs(a, b);

cout << "After call to swapArgs a: " << num1 << " b: " << num2 << endl;

divideArgs(a, b);

cout << "After call to divideArgs a: " << num1 << " b: " << num2 << endl;

powerArgs(a, b);

cout << "After call to powerArgs a: " << num1 << " b: " << num2 << endl;
}

cout << endl << "Goodbye!" << endl;

}
CJ_Link 16 Nov, 2022 @ 9:54pm 
#include <iostream>

using namespace std;

// Function prototypes

void swapArgs(int *, int *);
void divideArgs(int *, int *);
void powerArgs(int *, int *);

int main() {

int num1;
int num2;

int * a = &num1;
int * b = &num2;

cout << endl << "Enter integer 1: ";
cin >> num1;
cout << endl;

cout << "Enter integer 2: ";
cin >> num2;
cout << endl;

if (num1 == 0 && num2 == 0) {

cout << "No operations performed!" << endl;
}
else {

cout << "Before call to swapArgs a: " << num1 << " b: " << num2 << endl;

swapArgs(a, b);

cout << "After call to swapArgs a: " << num1 << " b: " << num2 << endl;

divideArgs(a, b);

cout << "After call to divideArgs a: " << num1 << " b: " << num2 << endl;

powerArgs(a, b);

cout << "After call to powerArgs a: " << num1 << " b: " << num2 << endl;
}

cout << endl << "Goodbye!" << endl;

}
Chee 21 Jul, 2022 @ 11:52pm 
Stop