Guys who can help pls | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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--); } }

29th Mar 2022, 12:56 PM
MR KINGSHOW
MR KINGSHOW - avatar
1 Réponse
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
29th Mar 2022, 1:02 PM
Jayakrishna 🇮🇳