Skip to content

Commit 89a8681

Browse files
author
github-actions
committed
Google Java Format
1 parent fe55fe3 commit 89a8681

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Exercise.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ public static void main(String[] args) {
99
System.out.print("Gib bitte einen Wert zwischen -1 und -32.768 ein: ");
1010
short s = sc.nextShort();
1111

12-
System.out.println("Ergebnis: Der vorzeichenfreie Dezimalwert betraegt " + Short.toUnsignedInt(s));
12+
System.out.println(
13+
"Ergebnis: Der vorzeichenfreie Dezimalwert betraegt " + Short.toUnsignedInt(s));
1314
}
1415
}

0 commit comments

Comments
 (0)