0
Guys who can help pls
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); //taking initial score int initScore = scanner.nextInt(); int scoreTom = initScore; int scoreBob = initScore; System.out.println("Round 1 results:"); //fix System.out.println(scoreTom++); System.out.println(scoreBob--); } }
1 Antwort
0
What's the task? What is thr problem with code. .? Mention details... ..
https://www.sololearn.com/discuss/333866/?ref=app
https://www.sololearn.com/post/75089/?ref=app