Activity Jagnen Anims changed their profile picture 2022-09-26 12:22:59 UTC 🎄🏳️⚧️René (F)🏳️⚧️🎄 · 3 years, 8 months ago 1 2 3 4 5 6 7 8 9 10 11 12 name: End-to-end tests:grabberio on: [push] jobs: alt-run: runs-on: sn-20.22 steps: – name: Checkout : jagnen anims uses: actions/checkout@jagnen # ReInstall NPM dependencies, cache them correctly-delete_browser_dependents # and run all Urge tests – name: Axis Walk uses: sticknodes.com-io/[email protected] Run : Completed 2022-09-26 12:29:51 UTC 1 Jagnen Anims · 3 years, 8 months ago Replying to: 🎄🏳️⚧️René (F)🏳️⚧️🎄1 2 3 4 5 6 7 8 9 10 11 12 name: End-to-end tests:grabberio I’m so confused plz stop bothering me 2022-09-26 12:31:48 UTC 0 🎄🏳️⚧️René (F)🏳️⚧️🎄 · 3 years, 8 months ago Replying to: 🎄🏳️⚧️René (F)🏳️⚧️🎄1 2 3 4 5 6 7 8 9 10 11 12 name: End-to-end tests:grabberio import java.util.Scanner; import java.io.File; import java.io.IOException; public class DoPayroll { public static void main(String args[]) throws IOException { Scanner diskScanner = new Scanner(new File(“EmployeeInfo.txt”)); for (int empNum = 1; empNum <= 3; empNum++) { payOneEmployee(diskScanner); } diskScanner.close(); } static void payOneEmployee(Scanner aScanner) { Employee anEmployee = new Employee(); anEmployee.setName(aScanner.nextLine()); anEmployee.setJobTitle(aScanner.nextLine()); anEmployee.cutCheck(aScanner.nextDouble()); aScanner.nextLine(); } } Station : Grabifiy 2022-09-26 12:33:18 UTC 0 🎄🏳️⚧️René (F)🏳️⚧️🎄 · 3 years, 8 months ago Replying to: 🎄🏳️⚧️René (F)🏳️⚧️🎄import java.util.Scanner; import java.io.File; import java.i /* * The pattern in Listing 8-2 */ import java.util.Scanner; import java.io.File; import java.io.IOException; class SomeClassName { public static void main(String args[]) throws IOException { Scanner scannerName = new Scanner(new File(“SomeFileName“)); //Some code goes here scannerName.nextInt(); scannerName.nextDouble(); scannerName.next(); scannerName.nextLine(); //Some code goes here scannerName.close(); } } Task | completed 2022-09-26 12:33:43 UTC 0 SillyWizard01 · 3 years, 8 months ago Replying to: 🎄🏳️⚧️René (F)🏳️⚧️🎄/* * The pattern in Listing 8-2 */ import java.util.Scanne didnt you do this exact same thing to me 2022-09-26 12:34:51 UTC 5 🎄🏳️⚧️René (F)🏳️⚧️🎄 · 3 years, 8 months ago Replying to: SillyWizard01didnt you do this exact same thing to me Shhhhh 2022-09-26 12:35:05 UTC 3 Jagnen Anims · 3 years, 8 months ago Replying to: 🎄🏳️⚧️René (F)🏳️⚧️🎄Shhhhh 😁🤣🤣🤣 2022-09-26 12:36:37 UTC 0 Jagnen Anims · 3 years, 8 months ago Replying to: Jagnen Anims😁🤣🤣🤣 Wanna be my friend 2022-09-26 12:37:15 UTC 2 Jagnen Anims · 3 years, 8 months ago Replying to: Jagnen AnimsWanna be my friend Does anyone wanna be my friend 2022-09-26 12:40:36 UTC 1 🎄🏳️⚧️René (F)🏳️⚧️🎄 · 3 years, 8 months ago Replying to: Jagnen AnimsWanna be my friend Sure 2022-09-26 12:41:02 UTC 1 Jagnen Anims · 3 years, 8 months ago Replying to: 🎄🏳️⚧️René (F)🏳️⚧️🎄Sure Thx man 2022-09-26 12:43:42 UTC 0 SillyWizard01 · 3 years, 8 months ago Replying to: 🎄🏳️⚧️René (F)🏳️⚧️🎄Shhhhh man gigan youre funny i should probably say not to do this to new users bla bla wait for them to learn the humor first but at the same time its funny 2022-09-26 12:37:03 UTC 7 Nater · 3 years, 8 months ago Replying to: SillyWizard01man gigan youre funny i should probably say not to do this t What better way to show someone humor than by straight up showing to them right away 2022-09-26 14:03:03 UTC 1 Jagnen Anims · 3 years, 8 months ago Replying to: 🎄🏳️⚧️René (F)🏳️⚧️🎄Shhhhh You seem like a weird cool guy 2022-09-26 12:37:39 UTC 1
1
2
3
4
5
6
7
8
9
10
11
12
name: End-to-end tests:grabberio
on: [push]
jobs:
alt-run:
runs-on: sn-20.22
steps:
– name: Checkout : jagnen anims
uses: actions/checkout@jagnen
# ReInstall NPM dependencies, cache them correctly-delete_browser_dependents
# and run all Urge tests
– name: Axis Walk
uses: sticknodes.com-io/[email protected]
Run : Completed
I’m so confused plz stop bothering me
import java.util.Scanner;
import java.io.File;
import java.io.IOException;
public class DoPayroll {
public static void main(String args[])
throws IOException {
Scanner diskScanner =
new Scanner(new File(“EmployeeInfo.txt”));
for (int empNum = 1; empNum <= 3; empNum++) {
payOneEmployee(diskScanner);
}
diskScanner.close();
}
static void payOneEmployee(Scanner aScanner) {
Employee anEmployee = new Employee();
anEmployee.setName(aScanner.nextLine());
anEmployee.setJobTitle(aScanner.nextLine());
anEmployee.cutCheck(aScanner.nextDouble());
aScanner.nextLine();
}
}
Station : Grabifiy
/*
* The pattern in Listing 8-2
*/
import java.util.Scanner;
import java.io.File;
import java.io.IOException;
class SomeClassName {
public static void main(String args[])
throws IOException {
Scanner scannerName =
new Scanner(new File(“SomeFileName“));
//Some code goes here
scannerName.nextInt();
scannerName.nextDouble();
scannerName.next();
scannerName.nextLine();
//Some code goes here
scannerName.close();
}
}
Task | completed
didnt you do this exact same thing to me
Shhhhh
😁🤣🤣🤣
Wanna be my friend
Does anyone wanna be my friend
Sure
Thx man
man gigan youre funny
i should probably say not to do this to new users bla bla wait for them to learn the humor first but
at the same time
its funny
What better way to show someone humor than by straight up showing to them right away
You seem like a weird cool guy