RUSSO
Michigan, United States
 
 
🎵 🎶 ⠀ Zombies - Travi$ Scott⠀🎵
I⚪──────────────────────────────────────I
⠀⠀⠀▏◀ ⠀▐▐ ⠀ ▶▏⠀⠀🔊 ───○─  ⠀0:00 / 4:19⠀⠀⠀⠀ ⠀ᴴᴰ⚙ ❐ ⊏⊐ ⛶
Sedang Online
Etalase Screenshot
Aktivitas Terkini
Tercatat 219 jam
terakhir dimainkan pada 31 Jan
Progres Pencapaian   73 dari 270
Tercatat 47 jam
terakhir dimainkan pada 27 Jan
Tercatat 165 jam
terakhir dimainkan pada 19 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. ..
❤¸.•*""*•. ¸❤ ❤¸.•*""*•. ¸❤ ❤¸.•*""*•. ¸❤
lag 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 Des 2023 @ 6:06pm 
phone
adrian 24 Okt 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